Closed
Bug 331729
Opened 19 years ago
Closed 19 years ago
[FIX]position: fixed elements are positioned relative to the page rather than the viewport
Categories
(Core :: Layout: Positioned, defect, P2)
Core
Layout: Positioned
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: bugzilla-mozilla-20000923, Assigned: bzbarsky)
References
()
Details
(Keywords: regression, testcase)
Attachments
(1 file)
1.78 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
This is the same as bug 268111. The testcase in that bug works as well as the one I wrote for this bug:
http://silver.warwickcompsoc.co.uk/temp/pos_fixed_jump.html
(note: the server admins [not me] have fucked up the Apache config, so that 500s currently, but it will be fixed soon)
This bug applies to current trunk, but not Firefox 1.5.
Assignee | ||
Comment 1•19 years ago
|
||
This regressed between 2006-03-09-07 and 2006-03-10-13. Bonsai range:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2006-03-09+07&maxdate=2006-03-10+13&cvsroot=%2Fcvsroot
And I'm seeing this on Linux too.
Looks like a regression from bug 328881 -- we were relying on scrolled frames being positioned at (0,0).
Assignee | ||
Comment 2•19 years ago
|
||
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #217121 -
Flags: superreview?(roc)
Attachment #217121 -
Flags: review?(roc)
Assignee | ||
Updated•19 years ago
|
Flags: blocking1.9a1+
Priority: -- → P2
Summary: position: fixed elements are positioned relative to the page rather than the viewport → [FIX]position: fixed elements are positioned relative to the page rather than the viewport
Target Milestone: --- → mozilla1.9alpha
Attachment #217121 -
Flags: superreview?(roc)
Attachment #217121 -
Flags: superreview+
Attachment #217121 -
Flags: review?(roc)
Attachment #217121 -
Flags: review+
Assignee | ||
Comment 3•19 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•