Closed Bug 276256 Opened 20 years ago Closed 20 years ago

Overlapping text and pictures in HTML page

Categories

(Core :: Layout, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 31749

People

(Reporter: TellaPuli, Unassigned)

References

()

Details

The text displayed is overlapped by the picture. May be an offset issue.
Assignee: bugs → tabbed-browser
Product: Firefox → Core
QA Contact: firefox.tabbed-browser
Version: 1.0 Branch → Trunk
Assignee: tabbed-browser → nobody
Component: Tabbed Browser → Layout
QA Contact: core.layout
I think that this occurs because the table halfway down the page extends the
column beyond its specified width. The table contains text that Mozilla doesn't
wrap, while IE wraps it at the hyphen ("CHINA-mainland" and "Employment-Based").
This causes the table to be wider than its container and thus the container
(<tr>) is widened.

So you have something like:

<tr style="width: 390">
<table (that contains text that makes it larger than 390px)>
</table>
</tr>

I don't know what the correct behavior in this situation is.
Apparently the fact that IE wraps the text is incorrect. Soft hyphens would need
to be used to specify that text can be wrapped at that location.

*** This bug has been marked as a duplicate of 31749 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.