Closed
Bug 16284
Opened 26 years ago
Closed 26 years ago
layout problem
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: gemma, Assigned: karnaze)
References
()
Details
(Whiteboard: [TESTCASE] hyp-x@inf.bme.hu)
Attachments
(2 files)
weird layout for side bar on left, the first block of text as well as the
calendar on the right!!!
With my build the main difference is in the calendar on the right. It appears to
be implemented using tables so reassigning to Chris
Comment 2•26 years ago
|
||
To me it seems that the breaks and creates another line in the table
cell. This only seems to happen in conjunction with the
<nobr>-tag. If you
delete it, everything works fine.
Comment 3•26 years ago
|
||
| Assignee | ||
Comment 4•26 years ago
|
||
Adding keywords - autoTable, nestedTable, percentCell
Status: NEW → ASSIGNED
Updated•26 years ago
|
Whiteboard: [TESTCASE] hyp-x@inf.bme.hu
Comment 5•26 years ago
|
||
I'm testing this with 1999101908 mozilla.exe on Win98
This / <nobr> stuff doesn't look like a table problem at all.
The problem is not specific to the <nobr> element eighter
- it happens with (I think) any inline element.
For example:
---
<table border=3>
<tr>
<td width="1"> <b>word</b></td>
</tr>
</table>
---
The cell content is reporting a too small minimal with, and it breaks.
(That's why having width="1" is important.)
I have a series of testcases for this.
In four of the testcases the cellcontent gets broken (multi line).
In two of the testcases the cellcontent gets clipped.
Comment 6•26 years ago
|
||
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 7•26 years ago
|
||
Fixed with 10/25 checkins.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
Fixed in the Nov 16th build (1999111608).
You need to log in
before you can comment on or make changes to this bug.
Description
•