Skip to main content
Solved

Dropdown values don't move with the popup window

  • 12 June 2024
  • 4 replies
  • 58 views

Hi all!

I have a custom popup with a dropdown list. When I move popup window, the list from dropdown doesn’t move with the window. I found the same behavior with “Create Snapshot” popup on Tenants screen.

I want to fix it with my custom popup. Is it possible?

 

4 replies

Userlevel 7
Badge +5

Hi @hannaborod,

I was able to reproduce the reported behavior with different pop-up window and drop-down UI control. I would recommend you create a support request reporting this issue. Thanks, 

Userlevel 1

Hello, @Vignesh Ponnusamy! Thanks for your answer! 

I’ve created support case with this issue. I will update my topic with their answer.

Userlevel 1

UPDATE

I’ve received an answer to my support case:

It's a bug in the new Aurelia control and we will report this to our engineering team.

As a workaround, you can set IsClientControl="false" for this control to switch it to old Aspx mode. In this case, it will hide the list of items when you move window.

 

Suggested workaround worked for me.

Userlevel 7
Badge

Thank you for sharing the update with the community @hannaborod!

Reply