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
If a user scrolls with mouse wheel or trackpad on a non-scrollable element (short picker etc.) inside an overlay should not close the overlay.
Actual behavior
If an overlay with type="auto" (to a fixed reference element) is opened and user tries to scroll over contained elements (such as pickers etc.) - it will close the overlay.
Code of conduct
Impacted component(s)
Overlay
Expected behavior
If a user scrolls with mouse wheel or trackpad on a non-scrollable element (short picker etc.) inside an overlay should not close the overlay.
Actual behavior
If an overlay with
type="auto"
(to a fixed reference element) is opened and user tries to scroll over contained elements (such as pickers etc.) - it will close the overlay.Screenshots
No response
What browsers are you seeing the problem in?
Chrome
How can we reproduce this issue?
This does not happen if the overlay is opened with
type="modal"
, see: https://studio.webcomponents.dev/edit/T4qvf6VdDIDu5X2IQI3j/src/index.ts?p=storiesSample code or abstract reproduction which illustrates the problem
No response
Severity
SEV 4
Logs taken while reproducing problem
No response
The text was updated successfully, but these errors were encountered: