Closed
Bug 3105
Opened 26 years ago
Closed 26 years ago
Table nested in table with pre-set WIDTH yields truncated table content (I think)
Categories
(Core :: Layout: Tables, defect, P2)
Core
Layout: Tables
Tracking
()
VERIFIED
FIXED
People
(Reporter: elig, Assigned: karnaze)
References
()
Details
* TITLE/SUMMARY
Table nested in table with pre-set WIDTH yields truncated table content (I think)
* STEPS TO REPRODUCE
0) Launch Viewer
1) View the HTML snippet (adapted from bug #1164)
* RESULT
- What happened
The two "hello" table cells that comprise the right-most column are not
displayed. However, if you remove the WIDTH="50%" tag/attribute pair from the
exterior table, it displays properly.
- What was expected
The table, the whole table, and nothing but the table? ;)
* REGRESSION
- Occurs On
viewer (2.9.99 optimized build for Mac OS)
viewer (2.9.99 optimized build for Win32 [NT 4, Service Pack 3])
viewer (2.9.99 optimized build for Linux)
- Doesn't Occur On
Communicator 4.5 (Mac OS)
Internet Explorer 4.01 (Win32)
* HTML SNIPPET
<HTML>
<head>
</head>
<body>
<table BORDER COLS=2 WIDTH="50%" >
<tr>
<td><table ALIGN="MIDDLE" BORDER COLS=2 WIDTH="5%" >
<tr>
<td>hello</td>
<td>hello</td>
</tr>
<tr>
<td>hello</td>
<td>hello</td>
</tr>
</table></td>
<td>hello</td>
</tr>
</table>
</body>
</html>
* CONFIGURATIONS TESTED
- [Mac] Power Mac 8500/120 (233 Mhz 604e), 64 MB RAM (VM on; 1 MB of VM used),
1024x768 (Thousands of Colors), Mac OS 8.5.1
- [Win32] Vectra VL (233 Mhz P2), 96 MB RAM, 800x600 (True Color), NT 4.0 SP3.
- [Linux] Vectra VL (266 Mhz P2), 96 MB RAM.
Reporter | ||
Updated•26 years ago
|
QA Contact: 1698
Summary: Table nested in table with pre-set WIDTH yields truncated table content (I think) → Table nested in table with pre-set WIDTH yields truncated table content (I think)
Reporter | ||
Comment 1•26 years ago
|
||
[put test case up at http://www.prometheus-music.com/gecko/bug3105.html]
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 2•26 years ago
|
||
This works on my 3/1 NT debug build.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 3•26 years ago
|
||
Verified fixed in 3.10.99 build of Apprunner (Mac OS), and re-verified broken
using 2.9.99 build of Viewer.
Thus, marking as Verified/Fixed.
Reporter | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: WORKSFORME → FIXED
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•