Closed
Bug 354144
Opened 19 years ago
Closed 19 years ago
[FIX] position:absolute is broken
Categories
(Core :: Layout, defect, P1)
Core
Layout
Tracking
()
VERIFIED
FIXED
mozilla1.9alpha1
People
(Reporter: Peter6, Assigned: bzbarsky)
References
Details
(4 keywords)
Attachments
(3 files, 1 obsolete file)
|
4.85 KB,
patch
|
roc
:
review+
roc
:
superreview+
dveditz
:
approval1.8.0.8-
dveditz
:
approval1.8.0.9+
dveditz
:
approval1.8.1.1+
|
Details | Diff | Splinter Review |
|
4.91 KB,
patch
|
Details | Diff | Splinter Review | |
|
288 bytes,
text/html
|
Details |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060924 Minefield/3.0a1 ID:2006092421 [cairo]
repro:
open gmail and stare at a white screen
(visable on many sites)
Comment 1•19 years ago
|
||
*** Bug 354088 has been marked as a duplicate of this bug. ***
Comment 2•19 years ago
|
||
Also happens here on OS X.
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20060925 Minefield/3.0a1
| Reporter | ||
Updated•19 years ago
|
OS: Windows 2000 → All
Hardware: PC → All
| Assignee | ||
Comment 3•19 years ago
|
||
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #240024 -
Flags: superreview?(roc)
Attachment #240024 -
Flags: review?(roc)
| Assignee | ||
Comment 4•19 years ago
|
||
This is what I get for testing changes in my local builds. :(
Priority: -- → P1
Summary: position:absolute is broken → [FIX] position:absolute is broken
Target Milestone: --- → mozilla1.9alpha
| Assignee | ||
Comment 5•19 years ago
|
||
Attachment #240024 -
Attachment is obsolete: true
Attachment #240028 -
Flags: superreview?(roc)
Attachment #240028 -
Flags: review?(roc)
Attachment #240024 -
Flags: superreview?(roc)
Attachment #240024 -
Flags: review?(roc)
Attachment #240028 -
Flags: superreview?(roc)
Attachment #240028 -
Flags: superreview+
Attachment #240028 -
Flags: review?(roc)
Attachment #240028 -
Flags: review+
| Assignee | ||
Comment 6•19 years ago
|
||
Fixed on trunk.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 7•19 years ago
|
||
Comment on attachment 240028 [details] [diff] [review]
Include the header too
If we decide to take bug 330909 for a release, we need to take this too.
Attachment #240028 -
Flags: approval1.8.0.8?
| Assignee | ||
Updated•19 years ago
|
Flags: blocking1.8.1.1?
Comment 8•19 years ago
|
||
*** Bug 354202 has been marked as a duplicate of this bug. ***
| Reporter | ||
Comment 9•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060925 Minefield/3.0a1 ID:2006092520 [cairo]
VERIFIED/FIXED for win32
Updated•19 years ago
|
Attachment #240028 -
Flags: approval1.8.0.9?
Attachment #240028 -
Flags: approval1.8.0.8?
Attachment #240028 -
Flags: approval1.8.0.8-
Comment 10•19 years ago
|
||
*** Bug 354382 has been marked as a duplicate of this bug. ***
| Assignee | ||
Updated•19 years ago
|
Flags: blocking1.8.0.9?
Updated•19 years ago
|
Flags: blocking1.8.1.1?
Flags: blocking1.8.1.1+
Flags: blocking1.8.0.9?
Flags: blocking1.8.0.9+
Comment 11•19 years ago
|
||
Comment on attachment 240028 [details] [diff] [review]
Include the header too
Approved for 1.8.0/1.8 branches, a=dveditz for drivers
Attachment #240028 -
Flags: approval1.8.1.1+
Attachment #240028 -
Flags: approval1.8.0.9?
Attachment #240028 -
Flags: approval1.8.0.9+
Comment 12•19 years ago
|
||
Boris could you please fix this together with bug 330909 on branches, I wouldn't like to checkin bug 330909 without the patch from this bug.
| Assignee | ||
Comment 13•19 years ago
|
||
Yeah, once the 1.8.0 branch opens.
| Assignee | ||
Comment 14•19 years ago
|
||
Comment 17•19 years ago
|
||
Martijn and I verified bug 330909, but is there any easy way to test this fix? If anyone has a testcase, please share.
Whiteboard: [need testcase]
Comment 18•19 years ago
|
||
This patch basically should have been part of the patch for bug bug 330909.
It's not possible to verify this for branch (unless by code inspection), it was a trunk regression that was caused by the patch for bug bug 330909.
| Reporter | ||
Comment 19•19 years ago
|
||
the yellow square should be 100px from the top and 100px from the left
Comment 20•19 years ago
|
||
v.fixed on Trunk, as well as 1.8.0 and 1.8.1 branches, with Peter's testcase. Yellow square's absolute position looks correct, so whatever was fixed for the Trunk did not introduce any regression on the branches for this testcase.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•