Closed
Bug 151181
Opened 24 years ago
Closed 21 years ago
Table content go over borders, caused by nowrap, table width, and align="left" [overlap]
Categories
(Core :: Layout: Block and Inline, defect, P4)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: waiyee404, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(3 files)
Build ID: 2002061104 (1.1alpha)
I'll attach a simple testcase to explain this.
Comment 2•24 years ago
|
||
In the given testcase the cell in the outer table has "nowrap" attribute.
It disables automatic text wrapping for this cell. The inner table forces the
"width=480". I think what we are doing is right.
Updated•24 years ago
|
Priority: -- → P4
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
Not sure if there is a bug here but IE6 and Opera6 seems to agree with respect
to the wrapping.
Severity: major → minor
Keywords: testcase
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•24 years ago
|
||
*** Bug 152248 has been marked as a duplicate of this bug. ***
Updated•24 years ago
|
Summary: Table content go over borders, caused by nowrap, table width, and align="left" → Table content go over borders, caused by nowrap, table width, and align="left" [overlap]
Comment 7•23 years ago
|
||
Bulk moving P1-P5 un-milestoned bugs to future.
Target Milestone: --- → Future
->Layout: Block & Inline
Assignee: alexsavulov → block-and-inline
Component: Layout: Tables → Layout: Block & Inline
QA Contact: amar → ian
Comment 9•23 years ago
|
||
The description of this bug's symptom is not particularly descriptive; was the
problem that the text ran over the borders, outside the cell, in one long line?
Because it's not doing that now (1.3 Final or 1.4a).
In Strict mode, the line doesn't wrap, but the cell's size expands to cover.
This is true of cases 1, 2 and 4 in the second attachment; I gather that in
strict mode, 'nowrap' and 'whitespace:nowrap' inherit thru tables to cells.
The text runs over the border of DIVs in cases 5 and 8, in both Strict and
Quirks. This appears to be correct.
For comparison: IE6 has no difference between strict and quirks, and does not
inherit the nowrap-itude. It also extends the DIV (5 & 8) to draw the border
around the unwrapped text.
Opera 7 agrees with (current) Mozilla in both strict and quirks.
Comment 10•23 years ago
|
||
Comment 11•21 years ago
|
||
The bug occurs in Mozilla 1.1, it seems it was fixed for Mozilla 1.2.
-> WORKSFORME
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•