Closed
Bug 174302
Opened 23 years ago
Closed 21 years ago
Table too wide (table width not enforced when all cell width are specified but cell content > specified width)
Categories
(Core :: Layout: Tables, defect, P4)
Core
Layout: Tables
Tracking
()
Future
People
(Reporter: relf, Unassigned)
References
()
Details
(Keywords: qawanted)
Attachments
(2 files)
Not sure who is guilty but on the provided URL text overlaps with banner at right.
| Reporter | ||
Comment 1•23 years ago
|
||
Comment 4•22 years ago
|
||
no, this has nothing to do w/ floater.
The table is 720px wide (col width: 120px,427px,171px, total 718px )
The skyscraper ad is absolutely positioned at (x:722,y:0)
It seems the left column is too wide
Summary: Text overlaps with banner → Table too wide
Comment 5•22 years ago
|
||
this line: <tr><td align=right width=105><a href="/press/" ...
<b>Пресс-конференции</b></a></td>
The left column has the correct width initially, but it then reflows to
accomondate the long text (and whole table widens as result). The code
specifies the overall table width and cell widths, and I guess cell
width takes precendence over table width
from what I see in other bugs, Mozilla always overflow content
outside of fix-sized cell container but does not resize the container.
Why does Mozilla resize the cell in this instance?
Summary: Table too wide → Table too wide (table width not enforced when all cell width are specified but cell content > specified width)
Whiteboard: DUPEME
Comment 6•22 years ago
|
||
->Tables
Assignee: attinasi → table
Component: Layout → Layout: Tables
QA Contact: petersen → madhur
Comment 7•22 years ago
|
||
I do not see this behaviour on the Linux platform.
But, I do see the right banner overlaping the text in it's left column on winXP
and MacosX with 03-31-2003 trunk builds.
Comment 8•22 years ago
|
||
confirming bug
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P4
Updated•22 years ago
|
Target Milestone: --- → Future
| Reporter | ||
Comment 10•21 years ago
|
||
Still see the bug with Mozilla Linux build 2004090707
Now the text and the banner still overlap, though the text under the banner is
not seen.
Comment 12•21 years ago
|
||
I dont't see any overlapping problems, but maybe the page has changed. Can
anyone upload a testcase?
Comment 13•21 years ago
|
||
It's a line breaking issue. The table is set to a width of 720px, the left
column is set to a width of 120px. The ad on the right side is a div with
position:absolute; left:722px.
The left column contains the following:
ИЗВЕСТИЯ- КАЗАХСТАН (Hope you can read it,
try setting the encoding to UTF-8). This doesn't fit in 120px; IE6 breaks after
"ИЗВЕСТИЯ-" but Mozilla expands the left column and thus the whole
table gets too wide. Basically, the summary of the bug says it all, the
specified width is not enforced.
Replacing any of the non-breaking spaces with an ordinary space fixes the
layout.
Comment 14•21 years ago
|
||
The issue is caused by the fact that the line doesn't break on the hyphen. (It's
the same if you just have normal chars or non-breaking spaces.)
*** This bug has been marked as a duplicate of 95067 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Comment 15•21 years ago
|
||
*** Bug 201880 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•