#31610 closed defect (bug) (fixed)
Scroll bleed in the session expired log in modal on iOS
Reported by: | ryan | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Login and Registration | Keywords: | make-flow has-patch commit |
Focuses: | ui, javascript | Cc: |
Description
Swiping scrolls the page beneath the modal.
https://make.wordpress.org/flow/2015/03/11/modal-scrolling-on-ios/
Attachments (6)
Change History (15)
This ticket was mentioned in Slack in #core-flow by boren. View the logs.
10 years ago
#5
@
10 years ago
- Keywords dev-feedback removed
31610..2.patch should do it. Includes also a fix for screens with width <= 380px. (And a change to JS so that the modals opens directly, for testing)
Sometimes the page beneath still can be scrolled and produces the bounce effect. But this happens for all modals. AFAIK this can only be fixed if the modal fills the whole viewport.
#6
@
10 years ago
- Keywords commit added
Looks good, go for it. Without the debug part, of course. :)
Note: See
TracTickets for help on using
tickets.
In 31610.diff:
Tested on Chrome debugger and background no longer scrolls.