Closed Bug 16284 Opened 25 years ago Closed 25 years ago

layout problem

Categories

(Core :: Layout: Tables, defect, P3)

x86
Windows NT
defect

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!!!
Assignee: troy → karnaze
Component: Layout → HTMLTables
With my build the main difference is in the calendar on the right. It appears to
be implemented using tables so reassigning to Chris
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.
Attached file Minimized testcase
Adding keywords - autoTable, nestedTable, percentCell
Status: NEW → ASSIGNED
Whiteboard: [TESTCASE] hyp-x@inf.bme.hu
I'm testing this with 1999101908 mozilla.exe on Win98

This &nbsp; / <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">&nbsp;<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.
Blocks: 16950
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fixed with 10/25 checkins.
Status: RESOLVED → VERIFIED
Fixed in the Nov 16th build (1999111608).
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: