Closed
Bug 47705
Opened 25 years ago
Closed 25 years ago
white-space:nowrap broken for blocks containing blocks
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: ian, Assigned: clayton)
References
()
Details
(Keywords: css1, regression, testcase)
Attachments
(1 file)
987 bytes,
text/html
|
Details |
In some specific situations, the content model block->block->text where the
text has white-space:nowrap and the first block has an explicit width, results
in the text being wrapped (which it should not) in strange places (which it
*really* should not).
This *may* be platform specific as I did not notice it in yesterday's Mac build.
TO REPRODUCE:
See attachement.
EXPECTED RESULTS:
First two sections should not wrap, third should.
ACTUAL RESULTS:
Last section wraps (correct), second section doesn't (correct), first
section does some straaaaange things.
TESTED ON:
Windows 2000 Commercial Build 6.0.17.2000080404.
Reporter | ||
Updated•25 years ago
|
QA Contact: petersen → py8ieh=bugzilla
Whiteboard: hit during nsbeta2 standards compliance testing
Reporter | ||
Comment 1•25 years ago
|
||
Is this related to bug 42832?
Reporter | ||
Comment 3•25 years ago
|
||
*** This bug has been marked as a duplicate of 42832 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Whiteboard: hit during nsbeta2 standards compliance testing
You need to log in
before you can comment on or make changes to this bug.
Description
•