Closed
Bug 2763
Opened 26 years ago
Closed 26 years ago
text wraps on table column - should display on one line
Categories
(Core :: Layout: Tables, defect, P2)
Core
Layout: Tables
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: christinehoff4, Assigned: karnaze)
References
()
Details
(Whiteboard: [TESTCASE])
Attachments
(1 file)
(deleted),
text/html
|
Details |
Using 1/28 build on Win 95, Win NT, Win 98, Mac 8.5.
Open URL
At the bottom of the page is a table that includes the following (abbreviated
tagging):
<TR>
<TD>back to top</TD>
<TD>home|about SEARCH.COM|help|subscribe</TD>
</TR>
<TR>
<TD>Disclaimer</TD>
<TD>about CNET|how to advertise</TD>
</TR>
Expected result: 'back to top' should display on one line
Actual result: 'back to top' wraps onto next line
Phillip - can you please test this on Linux?
abbreviated testcase: http://wetnap.mcom.com/seamonkey/bugs/bug2763.html
tested on redhat 5.2 i386 , build 99012812
this problem exists on linux too. changing to platform/os :: all/all
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Updated•26 years ago
|
QA Contact: 4110
Updated•26 years ago
|
Whiteboard: (04/07) 3jrgm@qlink.queensu.ca -- review complete (already test case)
Comment 3•26 years ago
|
||
moving to m5
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Comment 4•26 years ago
|
||
Moving to M6
Assignee | ||
Comment 5•26 years ago
|
||
Moving to M8.
Updated•26 years ago
|
Whiteboard: (04/07) 3jrgm@qlink.queensu.ca -- review complete (already test case)
Updated•26 years ago
|
Whiteboard: [TESTCASE]
Comment 6•26 years ago
|
||
I was to check the simplified testcase, but the hostname was not found, so I
created my own.
I'm putting it here, and also attaching it for easier viewing from the browser
---
<table border=0 cellspacing=0 cellpadding=0 width=600>
<tr>
<td width=150>two words</td>
<td width=450>blah</td>
</tr>
<tr>
<td width=600 colspan=2>blah</td>
</tr>
</table>
---
I this testcase "two words" should be displayed in a single line.
The strange thing is that the bug only shows itself when the border,
the cellpadding and the cellspacing are all zero.
Comment 7•26 years ago
|
||
Comment 9•26 years ago
|
||
This looks very simular to bug#5797 , when using number of pixels for <td>
widths it seems to (as opossed ot making them that wide) only make them as wide
as the minimal width needed to display the longest word. If it's not a duplicate
then I think it is dependant on it.
Assignee | ||
Comment 10•26 years ago
|
||
Moving to M9.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 11•26 years ago
|
||
Fixed with 7/28 changes.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 12•26 years ago
|
||
Using 8/2 Apprunner across platform, verifying bug fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•