Closed
Bug 4734
Opened 26 years ago
Closed
www.quicken.com (nested tables) lays out poorly
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: paulmac, Assigned: rickg)
References
()
Details
www.quicken.com is laying out poorly, though it's hard to tell how poorly since
I can't scroll down :-)
All platforms, using 4/7 builds. The quicken page changes all the time, so I
posted the html to
http://slip/projects/dogbert/test/install/www_quicken_com.html
If you want me to narrow this down, please speak up.
Comment 1•26 years ago
|
||
Just noting that this is a definite problem and it is NOT the case for quicken
noted in bug #1793. Quicken is now serving the same content to 4.5 and 5.0
(from a HTML 'structure' point of view).
Comment 2•26 years ago
|
||
The _entire_ page breaks on one tiny stray fragment of HTML
(literally "<a></a>") that is in the left-hand column at about
character 4200 in the source HTML of today. If that fragment is
removed from the HTML, then the page lays out fine.
paulmac -- can you try removing this '<a></a>' from the file you
have at 'slip' and see what you think?
Here is a test case that shows how it breaks the table.
----------------------------------------
<table width=100% border=1>
<tr>
<td>inside table</td>
</tr>
<A></A> <!-- oops -->
<tr>
<td>outside table (5.0)</td>
</tr>
</table>
----------------------------------------
Assignee: karnaze → rickg
Component: HTMLTables → Parser
Reporter | ||
Comment 3•26 years ago
|
||
You are a genius :-) Removing the <A></A> allows the page to layout correctly
in apprunner.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 5•25 years ago
|
||
verified fixed, test case and quicken lay out correctly, using 5/17 builds.
You need to log in
before you can comment on or make changes to this bug.
Description
•