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
The current Chromium implementation of <selectmenu> closes the popup when scrolling occurs outside of that element.
This behavior makes it hard to implement “Live Preview” feature (like MS Office).
It looks: hover an <option> -> content size changes -> scroll position changes -> popup closes.
This may not be a behavior that needs to be specified in the specification, but please consider supporting Live Preview.
(Whether or not Live Preview is supported, I think it is inconvenient to close the popup when scrolling.)
The text was updated successfully, but these errors were encountered:
The current Chromium implementation of
<selectmenu>
closes the popup when scrolling occurs outside of that element.This behavior makes it hard to implement “Live Preview” feature (like MS Office).
It looks: hover an
<option>
-> content size changes -> scroll position changes -> popup closes.(Look at the scrollbar.)
selectmenu-live-preview.mp4
CodeSandbox:
https://codesandbox.io/s/selectmenu-example-n9tl49?file=/src/SelectFontFamily.tsx
Smaller example on CodePen:
https://codepen.io/luncheon/pen/mdpeRvV
This may not be a behavior that needs to be specified in the specification, but please consider supporting Live Preview.
(Whether or not Live Preview is supported, I think it is inconvenient to close the popup when scrolling.)
The text was updated successfully, but these errors were encountered: