Closed
Bug 5196
Opened 26 years ago
Closed 26 years ago
NECKO: [PP]Main table not centered
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
M10
People
(Reporter: cabel, Assigned: buster)
References
()
Details
(Whiteboard: [TESTCASE])
Attachments
(1 file)
(deleted),
text/html
|
Details |
Dear Mozilla,
My first official bug report. Bear with me if it sucks.
The page in question is http://www.panic.com/index.html . Turn off JavaScript in
Netscape 4.5 and take a peek at it. There's a somewhat simple table, surrounded
by <CENTER> tags to center the table on the page. This page, when viewed in
Mozilla's viewer (or apprunner), doesn't seem to notice the <CENTER> tags, i.e.
the table in question is left-justified.
It's done this for quite a few versions, I should've reported it a while ago, I
know. ;)
In the latest Mac build (M4), pulling up this page in viewer or apprunner also
causes a reproducable crash on my Macintosh G3/300 running 8.5.1. I'm not sure if
it affects other platforms.
Hope this helps!
Regards,
Cabel
Panic
Updated•26 years ago
|
Assignee: karnaze → pierre
Severity: normal → critical
Target Milestone: M5
Comment 1•26 years ago
|
||
Pierre, can you find out why this is crashing on MAC. It didn't crash on my
WinNT debug build. After that, please reassign to me to address the table
centering problem.
Updated•26 years ago
|
Assignee: pierre → jfrancis
Comment 2•26 years ago
|
||
It looks like it is another problem with the Mac timers.
Reassigned to <jfrancis> because <beard> is already doomed for M5.
Or maybe <gordon> should get it because it's related to NetLib too...
Anyhow, don't forget to reassign to <karnaze> when you're done with the crash.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 3•26 years ago
|
||
accepting bugs
Comment 4•26 years ago
|
||
I need some serious netlib help with this. So far this does not appear to be a
mac timer bug. Here's the scoop:
net_ProcessHTTP() is getting called recursively. In the nested call, it is
detecting and error and freeing the connection data. Then when it pops back up
to the top net_ProcessHTTP() call, the code is not savvy to the fact that the
connection data has disappeared out from under it. The call chain between the
two net_ProcessHTTP() calls is long and winding, starting in netlib (of course,
and going through the parser, layout, dom, and javascript, plus a bunch more
stuff, before getting back into netlib. To see the call chain, set a breakpoint
on line 3594 of network/protocol/http/mkhttp.c. The crash then happens later on
line 3684.
I do not want to touch this stuff - I don't understand it. Gagan? Someone?
Will someone find the right person for this bug? cc'ing gagan, gordon, and
hofmann.
Comment 5•26 years ago
|
||
adding jevering to the cc list to help make the call.
we are in a tough place right now with libnet.
short term work on the old code just adds to the
schedule for getting the new necko code landed...
We may have to live with this until M6 or M7.
Updated•26 years ago
|
Assignee: jfrancis → gagan
Status: ASSIGNED → NEW
Comment 6•26 years ago
|
||
assigning to gagan with his permission. i believe he is going to set this to M6
or later.
Per DP's suggestion marking these till M8. Though Necko lands with M7, we will
be able to verify it for M8.
Summary: Main table not centered; plus page crashes Mac M4. → [PP]Main table not centered; plus page crashes Mac M4.
Comment 9•26 years ago
|
||
When the crash is verified fixed, please reassign to me to fix centering
problems.
Comment 10•26 years ago
|
||
I'm moving this to target M9, Necko will be enabled somewhere during late M8 or
early M9. We will need to get on this and it cannot be postponed past the M9
milestone.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Summary: [PP]Main table not centered; plus page crashes Mac M4. → NECKO: [PP]Main table not centered; plus page crashes Mac M4.
Comment 11•26 years ago
|
||
Pl. verify with Necko
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Updated•26 years ago
|
Resolution: FIXED → ---
Updated•26 years ago
|
Assignee: gagan → karnaze
Status: REOPENED → NEW
OS: Mac System 8.5 → All
Hardware: Macintosh → All
Summary: NECKO: [PP]Main table not centered; plus page crashes Mac M4. → NECKO: [PP]Main table not centered
Comment 12•26 years ago
|
||
Modified summary since Apprunner no longer crashs when loading this page on the
Mac. However, the table at the above url is not centered and appears left aligned
on Mac 8.6, Win NT, Win 98, and Linux Aug 3rd Builds.
Updated•26 years ago
|
Whiteboard: [TESTCASE]
Comment 13•26 years ago
|
||
Updated•26 years ago
|
Assignee: karnaze → kipp
Severity: critical → normal
Target Milestone: M9 → M10
Comment 14•26 years ago
|
||
I'm sure this is a dup of another bug. Reassigning to Kipp.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → DUPLICATE
Comment 15•26 years ago
|
||
There are a couple of problems in the HTML code here:
* The CENTER tag is centering a table of WIDTH=100%. Whether it's centred or
not is irrelevant
* The ALIGN attribute of the outer table cell is using "MIDDLE" instead of
"CENTER", although most browsers seem to interpret this mistake the way
the author intended (see
http://www.w3.org/TR/REC-html40/sgml/dtd.html#cellhalign for details)
Finally, bug 7112 prevents a table from being centred inside another table.
Marking this one a duplicate of bug 7112.
*** This bug has been marked as a duplicate of 7112 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 16•26 years ago
|
||
Agreed. This bug is a duplicate of 7112.
Comment 17•26 years ago
|
||
Agreed. This bug is a duplicate of 7112.
You need to log in
before you can comment on or make changes to this bug.
Description
•