Closed
Bug 225747
Opened 22 years ago
Closed 22 years ago
Lines of text in complicated table don't wrap at all
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 225739
People
(Reporter: mswiernik, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
In the example I gave above, the contents of the page are a very long and
complex document within a <table> element. None of the lines seems to wrap,
causing a page that is very wide in Firebird. They do use nowrap elements
within the table, but it doesn't seem to be in any of the long, unwrapped
elements. Specifically, the one element that goes all the way to the farthest
right side of the page does not have a nowrap attribute surrounding it, and it
does not seem to be inside of another element with nowrap set to true. The
width of the table is set to 100%.
Internet Explorer shows this page with the wrapping done correctly.
Reproducible: Always
Steps to Reproduce:
1. Go to above link.
Actual Results:
You can see the individual lines going all the way to the right hand side of the
screen.
Expected Results:
It should wrap the lines at the edge of the screen.
*** This bug has been marked as a duplicate of 225739 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•