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)

defect

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> &nbsp; <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.
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)
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
This works on my 3/1 NT debug build.
Status: RESOLVED → REOPENED
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.
Status: REOPENED → RESOLVED
Closed: 26 years ago26 years ago
Resolution: WORKSFORME → FIXED
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.