Closed
Bug 5232
Opened 26 years ago
Closed 26 years ago
Out of align..
Categories
(Core :: Layout: Tables, defect, P1)
Tracking
()
M8
People
(Reporter: zaw, Assigned: karnaze)
References
()
Details
This page seem pretty wide in mozilla..
Style doesn't show up properly in mozilla.
Updated•26 years ago
|
Assignee: peterl → vidur
Comment 1•26 years ago
|
||
This page currently stalls on load right after reading
http://www,microsoft.com/dns/dns.js (eats 100% of cpu). Don't know if it's a
script issue or network...
Updated•26 years ago
|
Assignee: vidur → peterl
Comment 2•26 years ago
|
||
It's neither. The scripts load in and run to completion. The stall seems to
happen in table layout. This is a layout/style issue, not a script one.
Updated•26 years ago
|
Assignee: peterl → karnaze
Component: Style System → HTMLTables
Comment 3•26 years ago
|
||
Ok, the stall is better now (it used to just sitr and spin), the cause of the
remaining stall is covered under another bug.
The layout looks like a table layout problem.
The table layout code also blows up during incremental reflow caused by waving
the mouse over the links near the top of the page. The style system is
triggering a large number of reflows due to the table layout code requesting
"unique" style contexts and resetting width information in the contexts during
layout (so the style code see different contexts after a re-resolve and triggers
reflows on the columns).
I think we really need to talk about not using unique style contexts for table
columns anymore. The relevant layout information could/should be moved into the
frames themselves.
Assignee | ||
Updated•26 years ago
|
Severity: normal → major
Status: NEW → ASSIGNED
Priority: P3 → P1
Target Milestone: M6
Assignee | ||
Comment 4•26 years ago
|
||
Moving to M8.
Comment 5•26 years ago
|
||
I was about to make a testcase, (to participate in the contest...)
but the page is gone from the microsoft site :(
It there anyone who still has it?
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 6•26 years ago
|
||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
Verified Dup
You need to log in
before you can comment on or make changes to this bug.
Description
•