You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4872 introduced the viewport into the popover component for calculating the position for the dropdown menu. This made the component usable on iOS and iPadOS devices. There is still an issue when the viewport changes it's size. For example when the user chooses to hide the touch screen keyboard.
🐛 Bug Report
#4872 introduced the viewport into the popover component for calculating the position for the dropdown menu. This made the component usable on iOS and iPadOS devices. There is still an issue when the viewport changes it's size. For example when the user chooses to hide the touch screen keyboard.
💻 Repro or Code Sample
https://v5.fluentui-blazor.net/Lists/Autocomplete
🤔 Expected Behavior
The component should react to this changes and recalculate the position accoridngly.
😯 Current Behavior
WhatsApp.Video.2026-05-19.at.12.42.06.mp4
💁 Possible Solution
We probably need to listen for another event. Not sure yet which one. I open this issue here for our todo list.
🔦 Context
🌍 Your Environment