Closed
Bug 4533
Opened 26 years ago
Closed 26 years ago
4 second delay on opening page
Categories
(Core :: CSS Parsing and Computation, defect, P1)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: ekrock, Assigned: pollmann)
References
()
Details
URGENT: we want to use this demo in current builds at Internet World if
possible; we can't use M3/DP2 because of a different, now-fixed bug.
When you open this page, you see the form elements display; then there's about a
four second delay; then the rest of the page finally displays. Can we fix this
in time for Internet World?
Tested in AppRunner 4/4 build on P2-300 w/256MB RAM on WinNT4.0.
(We want to use Apprunner, not
Viewer, so people see a browser-like UI for the demo.)
Reporter | ||
Updated•26 years ago
|
Assignee: peterl → kipp
Reporter | ||
Comment 1•26 years ago
|
||
Temporarily reassigning to Kipp, per peterl:
"FYI: I'm on leave through 4/9, if you want these bugs looked at, I suggest you
assign them to someone else (Troy, Kipp and Chris Karnaze are good candidates)."
Updated•26 years ago
|
QA Contact: 4110 → 4144
This is a dup of another bug I gave to kevin mc. - the widget code for the
select/option combo is generating reflows in the middle of reflow because of its
poor use of the dom.
Reporter | ||
Comment 3•26 years ago
|
||
Kipp -- Is there a way I can improve their use of the DOM to avoid triggering
the performance issue for the demo next week? If so, what is it?
Updated•26 years ago
|
Assignee: kmcclusk → pollmann
Severity: normal → critical
Priority: P3 → P1
Target Milestone: M6 → M4
Comment 4•26 years ago
|
||
It would be better to use nsIContent (and derivatives) apis that don't cause
reflows.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•26 years ago
|
||
Thanks to some excellent help from V, I got this fixed in my local tree. Just
doing cleanup now...
Assignee | ||
Comment 6•26 years ago
|
||
The fix has been tested on Mac, Win, and Linux.
Reviewed by Harish. Waiting to check in.
Assignee | ||
Comment 7•26 years ago
|
||
Just checked in a fix.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•25 years ago
|
||
Fixed in April 9th Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•