-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Description
Bug Report
Steps
- Create a Popup
- Try to keep it open while scrolling
Expected Result
Popups should stay open by default. hideOnScroll should be false by default (as in SUI-R v.2) so no Popup should be closed on scroll. Only if set to hideOnScroll={true} should a Popup close on scroll.
Actual Result
Currently, there is no easy way to keep uncontrolled or controlled Popups open when scrolling. Whenever you scroll any Popup is forced to close no matter if you use hideOnScroll={false} or controlled open property. 💣
This is a showstopper issue for Popups that have tall content and overflow visible screen (especially on mobile screens). The popup content becomes inaccessible. When you try to scroll to see the overflowing content the Popup closes before you can do that.
Version
3.0.0-beta.2