Closed
Bug 988996
Opened 11 years ago
Closed 6 years ago
Viewport calculations should take into account overflow of html and body
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: wesj, Unassigned, NeedInfo)
References
Details
I had an app where I was setting overflow: hidden on the body element and then using transforms to move unused objects off screen. Our viewport calculations seem to take those offscreen objects into account for their initial values though. For instance this test page:
http://dl.dropboxusercontent.com/u/72157/overflow.html
has an element that's transformed far off to the right. It results in a page that can't be scrolled horizontally, but is vertically really tall. You can generate similar (but slightly different) bugs if you transform it off the bottom of the page, where we'll allow scrolling the urlbar in and out even though we shouldn't allow scrolling at all.
Comment 1•11 years ago
|
||
So we don't properly support overflow:hidden on the root body element anyway. We have bug 886969 on file for that. If we fix that then this bug goes away, right?
Depends on: 886969
Updated•11 years ago
|
OS: Linux → Android
Hardware: x86_64 → ARM
Comment 2•8 years ago
|
||
The link in this page is now 404.
Comment 3•6 years ago
|
||
This sounds like bug 1423013 (or bug 1423709)
Karl, what do you think?
Comment 5•6 years ago
|
||
Without the initial markup from Wesley, it's a bit hard to know which one.
Closing as INCOMPLETE for now without a test case to reproduce. We could still reopen or DUP against the right issue with a proper test case.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(kdubost) → needinfo?(wjohnston2000)
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•