Closed
Bug 153527
Opened 22 years ago
Closed 21 years ago
Nested Tables Broken (randomly?)
Categories
(Core :: Layout: Tables, defect, P4)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: simon_medrano, Unassigned)
References
()
Details
Attachments
(8 files)
See the page at http://www.aapmidget.com.ar/
Nested tables are broken randomly since Mozilla 0.9.x (7?).
Just try reloading the page several times.
Look at the source code, or open the page with other browser (IE, or earlier
versions of Mozilla) and the page should be correctly rendered.
My english is too bad, sorry.
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
Reporter | ||
Comment 3•22 years ago
|
||
Comment 4•22 years ago
|
||
WFM on Both branch and trunk builds: 2002062408 on WIn2K. May be this is win98
specific.
Priority: -- → P4
Comment 5•22 years ago
|
||
WFM on WinXP, build 2002070608
Can you provide exact steps to reproduce or maybe attach a html file that
*always* breaks on your box?
Comment 6•22 years ago
|
||
Resolving as we had no reply from reporter.
Reporter, if you still have this issue in a current build, please reopen and
comment with details.
WFM in 2002071608 PC/Win98.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 7•22 years ago
|
||
I've downloaded the new 1.1 beta (Win/2002072204), and it does the same.
I've been "investigating" all night, and this seem to never happen if you load
the page from a local file. Only occurs when viewing the page from the server.
I will explain it better... tomorrow(?)... with new attachments.
Now I have to sleep.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Reporter | ||
Comment 8•22 years ago
|
||
The attachment shows how the parser automagically adds extra tags to close
prematurely the parent table.
To view the source code I selected that part of the page where the original
layout gets corrupted, but mozilla doesn't show the REAL source (as it is
returned by the web server), instead it shows a parsed version where there are
TBODY tags automatically added a </TD>, </TR> and </TABLE> tags that close the
main table. Those closing tags DO NOT exist in the original page source.
(The screenshot is from http://www.aapmidget.com.ar/ using Mozilla 1.1beta,
2002072204, on Win98)
Reporter | ||
Comment 9•22 years ago
|
||
Hitting Reload, the page may render correctly that part of the page.
But in this case, you can see the same table broken in a diferent place.
(Compare with attachment #92523 [details])
Again, selecting that part of the page, and viewing its source code, the
browser has added the TBODY tags to all tables and a sequence of
</TD></TR></TBODY></TABLE> tags to close the main table.
Reporter | ||
Comment 10•22 years ago
|
||
Here is the page source, as MSIE gets it from the web server, and shows it
using Notepad.
Reporter | ||
Comment 11•22 years ago
|
||
Here is the source code of the same page but as shown by the source viewer in
Mozilla. That is when you select View / Page Source on the main menu.
The only difference with the source returned by IE is that Mozilla does
lowercase conversion to all tagnames and adds some "extra" blank lines.
(Compare with attachment #92527 [details]).
Reporter | ||
Comment 12•22 years ago
|
||
Here is the source of the same page when you do Edit / Select All, and then
View Selection Source.
This way Mozilla shows a different source. All tables have added TBODY tags;
and in the place where the main table seems broken, there is a sequence of
</td></tr></tbody></table> tags (search for them on the source, and compare
with screenshots) that actually close the table prematurely. Those tags were
added by the browser, and are NOT present on the original source.
IMPORTANT NOTE: Viewing this file as a local files of course will display the
table "broken".
Attachments #92527 and #92528 only break the main table when viewed from the
web server. Loading them into Mozilla from a local file will allways render OK.
May the problem be that the webserver is too slow, and Mozilla tries to start
displaying the table before it is completely downloaded, and adds automatically
those closing tags to the main table????
Comment 14•22 years ago
|
||
Comment on attachment 92527 [details]
Original page source, as received by IE.
is this a parser problem? When I do something unrelated to the table
(e.g. removing BGCOLOR="000000" from <body>, deleting a <meta> tag,
or removing the first table (not connected to the 2nd table), the
problem magically goes away
Attachment #92527 -
Attachment mime type: text/plain → text/html
Updated•22 years ago
|
Attachment #92528 -
Attachment mime type: text/plain → text/html
Comment 15•22 years ago
|
||
when i go to the url mentioned ... i get directions to go the new location at
"www.WebMidget.com.ar" ... clicking on it directs me to
http://members.lycos.co.uk/webmidget/
with the latest nightly on winXP, looking at the attachment 92527 [details] and attachment
92528 [details], i do not see any broken rendering.
IE renders the same way . WFM.
Simón Medrano, please check in the latest nightly and verify if u still see the
issue.
Thanks!
Reporter | ||
Comment 16•22 years ago
|
||
I'm sorry, the original website is no longer available.
I'm on a really slow dial-up connection, so I cannot download a nightly bulild
right now.
I'm using the latest release version (mozilla 1.4a).
The problem persists (it does the same on Phoenix and K-meleon).
As I have already said, it looks like a random issue.
Loading the file from a local hard disk makes more difficult to reproduce the bug.
Try putting the attachment file on a very stressed webserver.
Comment 17•22 years ago
|
||
can anybody test the testcases on a stressed server ?
Comment 18•21 years ago
|
||
I dont see a broken rendering the original url did change heavily the layout,
there is no reliable testcase in this bug. I close this as worksforme. Reporter
if you still see this try to create a minimized testcase and reopen the bug.
winxp 2004012808
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 21 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•