[Popover] Repositions After Pinch Zoom Safari Mobile #23919
Labels
bug 🐛
Something doesn't work
component: menu
This is the name of the generic UI component, not the React module!
component: Popover
The React component.
component: select
This is the name of the generic UI component, not the React module!
When selecting an item from a MenuItem, if you try to zoom in it will go out of sight and when you zoom back in, the list will be repositioned away from its original position
Current Behavior 😯
We have MenuItems for selecting from a dropdown inside of TextFields. On safari on mobile devices, if you zoom in on the MenuItems, you will no longer be able to see them until you zoom out. Once zoomed out, they are no longer in place with where they were.
Expected Behavior 🤔
When selecting an item, you should be able to zoom in on a mobile device to read the text and be able to select an item then zoom out and the MenuItems should be in the same place.
Steps to Reproduce 🕹
(https://material-ui.com/components/menus/)
This behavior happens on the material-ui site for menus.
Steps:
Context 🔦
We have users who would like to navigate through forms zoomed in or would like to zoom in to read the text on the MenuItems without losing their place.
Your Environment 🌎
The text was updated successfully, but these errors were encountered: