Closed
Bug 338188
Opened 19 years ago
Closed 19 years ago
tabs are misaligned
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: Peter6, Assigned: sicking)
References
()
Details
(Keywords: regression)
Attachments
(3 files)
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060516 Minefield/3.0a1 ID:2006051609 [cairo]
go to url and look at the tabs (screenshot follows)
regressionwindow
works in 20060516 0809pst build
fails in 20060516 1053pst cairo build
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&filetype=match&whotype=match&sortby=Date&hours=2&date=explicit&mindate=20060516+0730&maxdate=20060516+1051&cvsroot=%2Fcvsroot
looks like Bug 335913
Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
from http://www.0xdeadbeef.com/weblog/
maybe the same issue, or at least caused by the same bug.
Comment 3•19 years ago
|
||
I'm not sure, because I cannot compare to 20060516 1053pst, but Acid2 looks screwed up, too.
Reporter | ||
Comment 4•19 years ago
|
||
Comment 5•19 years ago
|
||
right, I meant 0809pst ...
anyway, regarding acid2, that's this rule:
.picture { background: red; } /* overriden by preferred stylesheet below */
should be overriden by:
<link rel="appendix stylesheet" href="data:text/css,.picture%20%7B%20background%3A%20none%3B%20%7D"> <!-- this stylesheet should be applied by default -->
![]() |
||
Comment 6•19 years ago
|
||
Is there a minimal-ish testcase? Is the NodeIsBefore() call in the CSSLoader lying?
Comment 7•19 years ago
|
||
bz suspected CSSParser could be at fault. I just filed bug 338247 for a
compile-time warning, on code which CSSParser does use. Connection?
Comment 8•19 years ago
|
||
Updating URL to reflect testcase provided by bz.
![]() |
||
Comment 9•19 years ago
|
||
OK, so this is caused by a logic error in PositionIsBefore(). See bug 338247
Assignee | ||
Comment 10•19 years ago
|
||
Could someone test if this has been fixed now that bug 338247 has been?
Comment 11•19 years ago
|
||
Yep, that did it. Marking FIXED.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
For me too, using build 2006-05-17-03; verified FIXED, thanks!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•