Modal content can be overscrolled despite no content to scroll
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
People
(Reporter: ntim, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
53.67 KB,
image/png
|
Details |
This modal description can be overscrolled.
Comment 1•4 years ago
|
||
The part that you can overscroll is the part that say "This page is asking you..."?
The only way I was able to overscroll anything from the screenshot was if I got the dialog on a retina screen and then dragged it to a non-retina screen, then the description got a scrollbar, I also have show scrollbars always turned on.
Reporter | ||
Comment 2•4 years ago
|
||
(In reply to Timothy Nikkel (:tnikkel) from comment #1)
The part that you can overscroll is the part that say "This page is asking you..."?
Yes. No longer seems reproducible on latest Nightly, but still reproducible on 89.0 beta 3.
The only way I was able to overscroll anything from the screenshot was if I got the dialog on a retina screen and then dragged it to a non-retina screen, then the description got a scrollbar, I also have show scrollbars always turned on.
I've done none of that. I also don't have the always show scrollbars setting on.
Comment 3•4 years ago
|
||
Thanks.
This seems to be the fix range.
No overscroll fixes in there that I can see, so I'm guessing it's a front end change.
maybe
4a2b343c670f80a8e61fa1a98ba2f573745a933e Emma Malysz — Bug 1685352, adjust print modal to match proton styles r=mstriemer
It hasn't been uplifted to beta. I can't bisect further (mozregression won't even let me launch autoland builds) due to bug 1707344
Reporter | ||
Comment 4•4 years ago
|
||
(In reply to Timothy Nikkel (:tnikkel) from comment #3)
Thanks.
This seems to be the fix range.
No overscroll fixes in there that I can see, so I'm guessing it's a front end change.
maybe
4a2b343c670f80a8e61fa1a98ba2f573745a933e Emma Malysz — Bug 1685352, adjust print modal to match proton styles r=mstriemer
That's pretty unlikely given what's in the changeset. Though I don't see anything that stands out in the range either.
Comment 5•4 years ago
|
||
Maybe https://hg.mozilla.org/mozilla-central/rev/efc1b82bbd44147f16d8a560fc8033e2bbba637b (Bug 1706282 - Wrap default browser prompt title r=Gijs)?
It seems to apply to code shared by various dialogs, changes an overflow
property, and also hasn't been uplifted to beta.
Comment 6•4 years ago
|
||
(In reply to Botond Ballo [:botond] from comment #5)
Maybe https://hg.mozilla.org/mozilla-central/rev/efc1b82bbd44147f16d8a560fc8033e2bbba637b (Bug 1706282 - Wrap default browser prompt title r=Gijs)?
It seems to apply to code shared by various dialogs, changes an
overflow
property, and also hasn't been uplifted to beta.
Yep, confirmed now that I have mozregression working. And there is an uplift request in that bug.
Description
•