Open
Bug 296983
Opened 20 years ago
Updated 2 years ago
html badly rendered (background color)
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: furbotto, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(3 files, 2 obsolete files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 load the page and scroll down to message number 27: at this point the background color isn't correctly rendered, while under internet explorer 6 it works correctly. Reproducible: Always
Comment 1•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050607 Firefox/1.0+ ID:2005060704 WFM , same in IE/FF
| Reporter | ||
Comment 2•20 years ago
|
||
ops, forgot you need to have a login and set your profile options to see all messages in a single page. I'll upload the webpage to show the problem.
| Reporter | ||
Comment 3•20 years ago
|
||
Comment 4•20 years ago
|
||
The Gecko in FF1.0.4 is old (over 12 months old). Please test it again with a current nightly build.
| Reporter | ||
Comment 5•20 years ago
|
||
ok, I've tried with firefox deek park (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050607 Firefox/1.0+) and the bug is still there. I'll upload a screenshot showing the page rendered in deer park and ie6 thanks.
| Reporter | ||
Comment 6•20 years ago
|
||
Updated•20 years ago
|
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → Trunk
Comment 8•19 years ago
|
||
The page continues one spurious UL element. Also noteworthy: in standards mode
Mozilla renders the testcase like Opera & IE. The problem is this rule in
quirk.css (lines 213-214):
:not(dl) > dd {
display: inline;
}
Comment 9•19 years ago
|
||
Sorry, that was the wrong testcase...
Attachment #197254 -
Attachment is obsolete: true
Comment 10•19 years ago
|
||
Argh, I didn't remove the 'display: block' declaration I added for testing purposes in the last attachment.
Attachment #197256 -
Attachment is obsolete: true
Comment 11•16 years ago
|
||
(In reply to comment #8) > The problem is this rule in quirk.css (lines 213-214): > > :not(dl) > dd { > display: inline; > } The website itself no longer exposes the problem, but maybe we should think about the necessity of these lines.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 12•11 years ago
|
||
I confirm this issue is reproducible on Windows XP and Windows 7 x64 using Latest Nightly 27: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 20130923030204
OS: Windows XP → Windows 7
Hardware: x86 → x86_64
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•