Closed
Bug 367906
Opened 18 years ago
Closed 18 years ago
[FIX]counter of CSS is broken
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
VERIFIED
FIXED
mozilla1.9alpha1
People
(Reporter: masayuki, Assigned: bzbarsky)
References
()
Details
(Keywords: regression, verified1.8.0.10, verified1.8.1.2)
Attachments
(1 file)
1012 bytes,
patch
|
dbaron
:
review+
dbaron
:
superreview+
dveditz
:
approval1.8.1.2+
dveditz
:
approval1.8.0.10+
|
Details | Diff | Splinter Review |
https://bugzilla.mozilla.org/attachment.cgi?id=186462
The counter of CSS is broken on trunk. I confirmed on 2007012204/WinXP. But I don't know what bug caused this regression.
See the testcase. The ::before contents only are ".". But if you reload the testcase, sometimes the counters are shown.
Comment 1•18 years ago
|
||
Regression from bug 367220 or bug 367243, perhaps?
Comment 2•18 years ago
|
||
Regression between 2007011904 - 2007012004
So, probably regression of bug 367243
Yeah, also present in 2007-01-23-04-mozilla1.8 on Linux.
Flags: blocking1.8.1.2?
Flags: blocking1.8.0.10?
OS: Windows XP → All
Hardware: PC → All
![]() |
Assignee | |
Comment 4•18 years ago
|
||
Having mDirty be non-random makes things work here!
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #252535 -
Flags: superreview?(dbaron)
Attachment #252535 -
Flags: review?(dbaron)
Blocks: 367243
Attachment #252535 -
Flags: superreview?(dbaron)
Attachment #252535 -
Flags: superreview+
Attachment #252535 -
Flags: review?(dbaron)
Attachment #252535 -
Flags: review+
![]() |
Assignee | |
Comment 5•18 years ago
|
||
Comment on attachment 252535 [details] [diff] [review]
Fix
Simple fix for stupid longstanding issue... not sure why it never bit us before, but now we really do rely on mDirty having a reasonable value.
Attachment #252535 -
Flags: approval1.8.1.2?
Attachment #252535 -
Flags: approval1.8.0.10?
![]() |
Assignee | |
Comment 6•18 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Summary: counter of CSS is broken → [FIX]counter of CSS is broken
Target Milestone: --- → mozilla1.9alpha
![]() |
Assignee | |
Updated•18 years ago
|
Flags: in-testsuite?
Updated•18 years ago
|
Flags: blocking1.8.1.2?
Flags: blocking1.8.1.2+
Flags: blocking1.8.0.10?
Flags: blocking1.8.0.10+
Comment 8•18 years ago
|
||
Comment on attachment 252535 [details] [diff] [review]
Fix
approved for 1.8/1.8.0 branches, a=dveditz for drivers
Attachment #252535 -
Flags: approval1.8.1.2?
Attachment #252535 -
Flags: approval1.8.1.2+
Attachment #252535 -
Flags: approval1.8.0.10?
Attachment #252535 -
Flags: approval1.8.0.10+
Comment 10•18 years ago
|
||
verified fixed for 1.8.1.2 and 1.8.0.10 - tested with Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.2pre) Gecko/20070126 BonEcho/2.0.0.2pre ID:2007012603 and Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.10pre) Gecko/20070126 Firefox/1.5.0.10pre
You need to log in
before you can comment on or make changes to this bug.
Description
•