Closed
Bug 1150
Opened 26 years ago
Closed 26 years ago
{inc} extra newlines triggering an extra incremental reflow during doc loading
Categories
(Core :: Layout, defect, P4)
Tracking
()
VERIFIED
INVALID
M6
People
(Reporter: kipp, Assigned: buster)
Details
Because we aren't yet doing a good job of getting rid of all the extra newlines
in an HTML document we end up having an extra incremental reflow occur after all
of the document has been loaded because the parser takes all the buffered
newlines and appends them to the content before finishing.
We need to work out a proper solution to this to avoid the reflow, and to
lighten up the total document storage.
Updated•26 years ago
|
Assignee: rickg → kipp
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Summary: extra newlines triggering an extra incremental reflow during doc loading → {inc} extra newlines triggering an extra incremental reflow during doc loading
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
The extra newlines are correct; reflow just needs to be fast (which for document
load it is)
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•