Closed
Bug 254598
Opened 20 years ago
Closed 20 years ago
Firefox 9.1 extend :first-child styling erratically
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: circee, Assigned: dbaron)
References
()
Details
Attachments
(1 file)
(deleted),
image/gif
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040626 Firefox/0.9.1
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040626 Firefox/0.9.1
For some reason, the :first-child pseudo element styling of this page's css is
also applied to the second <span> element of the second paragraph. Using
preceding/next page to load a cached page will fix the bug, but reloading won't.
This bug seems specific to firefox 9.0+ (a friend with an older mac version
doesn't see it)
Reproducible: Always
Steps to Reproduce:
1. Go to URL
2. reload
3. use next/precedent buttons to reload and fix the bug
4. reload
Actual Results:
The bug was corrected after step 3. and reappered in step 4.
Expected Results:
Only apply the different alignment and talicity to the "Des mots qui restent..."
line
Comment 1•20 years ago
|
||
Worksforme in a current trunk SeaMonkey build. Is this a firefox-only issue, or
a branch-only issue?
Reporter | ||
Comment 2•20 years ago
|
||
(In reply to comment #1)
> Worksforme in a current trunk SeaMonkey build. Is this a firefox-only issue, or
> a branch-only issue?
Seems to be specifically firefox win. A linux-using friend just told me he
doesn't see the bug.
Reporter | ||
Comment 3•20 years ago
|
||
Comment 4•20 years ago
|
||
Can reproduce with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a3)
Gecko/20040805
Comment 5•20 years ago
|
||
OK, I managed to reproduce this. The problem is the :last-child style; if we
happen to layout before all the children are in things will be broken. That's
bug 73586.
*** This bug has been marked as a duplicate of 73586 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•