dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.26k stars 1.76k forks source link

Dropdown menu on html select item not at correct position in Blazor #26007

Open vsfeedback opened 13 hours ago

vsfeedback commented 13 hours ago

This issue has been moved from a ticket on Developer Community.


I have a select html item in my Blazor hybrid app. If I open the drop down menu before moving the window it displays at the correct position. Dropdown issue 1.jpg But if I move the window the dorp down is opened at a bad location Dropdown issue 2.jpg


Original Comments

Feedback Bot on 11/15/2024, 00:52 AM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.

Bertrand Spitz on 11/16/2024, 03:00 AM:

I have update to the latest version of Visual Studio and to .NET 9 and the issue has gone.
I don’t know which update solved the issue.