Closed
Bug 269061
Opened 20 years ago
Closed 19 years ago
Table width defined by size of text in html until first newline
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ojones, Unassigned)
Details
(Keywords: qawanted)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 When creating a table. I set the width to a reduced amount (50%). The first line in the <TD> tag was very long, the table width expanded to accommodate this line, rather than wrapping the line. Reproducible: Always Steps to Reproduce: 1.Create a table with a set width 2.Add a very long line for the contents of a <TD> in the html 3.load the page. Actual Results: the first line has not wrapped. The table width is now very wide. Expected Results: the line should have wrapped and the table should have maintained its set width.
Comment 1•20 years ago
|
||
Pretty sure we already have bugs on this, but I couldn't find it in a quick search. ->Layout
Assignee: firefox → nobody
Component: General → Layout
Keywords: qawanted
Product: Firefox → Browser
QA Contact: firefox.general → core.layout
Version: unspecified → Trunk
Comment 2•20 years ago
|
||
Owen Jones, please attach a testcase showing the bug using https://bugzilla.mozilla.org/attachment.cgi?bugid=269061&action=enter
Comment 3•19 years ago
|
||
No reaction from the reporter, marking invalid. Please reopen if this is still a problem and attach a testcase.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•