Closed
Bug 705506
Opened 13 years ago
Closed 13 years ago
position: fixed elements don't follow viewport during panning; update after end of scrolling
Categories
(Firefox for Android Graveyard :: General, defect, P4)
Tracking
(firefox13 affected, firefox14 affected)
RESOLVED
FIXED
People
(Reporter: brion, Unassigned)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:8.0.1) Gecko/20100101 Firefox/8.0.1
Build ID: 20111120135848
Steps to reproduce:
Elements with position:fixed are supposed to stick with the viewport during scrolling.
To reproduce:
* load a page with position:fixed elements, such as the attached HTML file
* pan/scroll vertically through the page
Actual results:
Fixed elements pan along with the page through/out of the viewport, then update to match the new viewport when panning ends.
Expected results:
Fixed elements should stay fixed to the viewport during panning.
Possibly just an extension of bug 607417
Comment 1•13 years ago
|
||
As I recall as part of the discussion of how to implement the text zoom feature listed this as a known issue.
OS: Mac OS X → Android
Hardware: x86 → ARM
This doesn't have anything to do with text zoom or font size inflation.
(Maybe move to Core::Graphics? I'm not sure.)
Updated•13 years ago
|
Priority: -- → P4
Comment 4•13 years ago
|
||
Seems like this depends on bug 607417; and this is most definitely still reproducable (Nightly 03/28).
Status: UNCONFIRMED → NEW
status-firefox13:
--- → affected
status-firefox14:
--- → affected
Depends on: 607417
Ever confirmed: true
Updated•13 years ago
|
Attachment #577122 -
Attachment mime type: text/plain → text/html
Comment 5•13 years ago
|
||
This should work now, at least the testcase is fixed for me on the Galaxy Nexus, using latest trunk build.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•