Closed
Bug 1082805
Opened 10 years ago
Closed 10 years ago
Modal dialogs on bedrock not visible if scrolled down too far in Firefox for Android
Categories
(www.mozilla.org :: Bedrock, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sgarrity, Unassigned)
Details
(Whiteboard: [kb=1541759] )
Go to a page with the mozilla-modal.js pager, like https://www.mozilla.org/en-US/firefox/os/ in Firefox for Android.
Scroll down a bit until the "Sign me up" button is near the top of the viewport, then tap the "Sign me up" button.
Notice how you are NOT taken to the top of the page/modal. If the button happened to be further down the page (as it is on the new /contribute/ page), the modal is not visible at all initially.
It appears that the following CSS [1] is not having the desired effect in Firefox for Android:
html.noscroll body {
overflow: hidden;
}
[1] https://github.com/mozilla/bedrock/blob/bb6bb4b6e5e2094578d0e73b2f14ba1c2fe3f7a8/media/css/base/mozilla-modal.less#L7
Reporter | ||
Updated•10 years ago
|
Whiteboard: [kb=1541759]
Comment 1•10 years ago
|
||
This page got a refresh since the bug was filed and all looks good to me. If still an issue, please reopen.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•