Open
Bug 268027
Opened 20 years ago
Updated 2 years ago
Minimal width of float+text does not consider "nowrap"
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
NEW
People
(Reporter: mwitte, Unassigned)
References
()
Details
(Keywords: reproducible, testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 When entering the site, in the top middle of the page you see some text overlapping between the menu and the Cortal Consors aktuell text. Problem is not present with IE. Reproducible: Always Steps to Reproduce: 1. Start www.consors.de 2. 3.
Comment 1•20 years ago
|
||
In current Linux trunk, problem goes away when making viewport wider, but gets massively worse when zooming text large enough to read.
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
Updated•20 years ago
|
Component: Layout → Layout: Block and Inline
Keywords: testcase
OS: Windows XP → All
QA Contact: layout → layout.block-and-inline
Summary: Text overlaps → Minimal width of float+text does not consider "nowrap"
Comment 4•13 years ago
|
||
Comment on attachment 177076 [details]
Testcase #2
Testcase 2 is invalid markup because of the DTD given:
Error Line 20, Column 19: there is no attribute "WIDTH"
Error Line 20, Column 33: there is no attribute "BGCOLOR"
Error Line 20, Column 49: there is no attribute "NOWRAP"
The strict DTDs for html consider all presentation attributes except CSS markup to be invalid.
Comment 5•13 years ago
|
||
Thought this could have been a duplicate of bug 277232 and may possibly still be related, but forcing quirks mode and/or changing to a DTD in which the nowrap attribute is considered valid doesn't change the testcase result. Could also be related to 318262 but also not exact duplicate. Confirming on Build identifier: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:7.0a1) Gecko/20110528 Firefox/7.0a1
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•