Open
Bug 100588
Opened 23 years ago
Updated 2 years ago
block code should be more conservative about reflowing children
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
NEW
People
(Reporter: waterson, Unassigned)
References
Details
(Keywords: perf)
There are currently cases where the block code dispatches a full-fledged Reflow
to one of its children where simply ``sliding'' the position of the child frame
would do. For example, attachment 47296 [details] from bug 55086 illustrates a case where
this can happen. Although the table code recognizes this case and optimizes for
it, it must maintain extra state to do so, and there may be other frames that do
not (and possibly could not) optimize for these situations.
Reporter | ||
Updated•23 years ago
|
Reporter | ||
Comment 1•23 years ago
|
||
Detailed analysis probably ought to wait for dbaron's work on state recovery.
Depends on: 86947
Reporter | ||
Comment 2•23 years ago
|
||
I'm futuring this bug because I'm not going to get to it before mozilla-1.0.
Target Milestone: mozilla0.9.7 → Future
Comment 3•22 years ago
|
||
Comment 5•22 years ago
|
||
.
Assignee: waterson → block-and-inline
Status: ASSIGNED → NEW
Component: Layout → Layout: Block & Inline
Priority: P3 → --
QA Contact: cpetersen0953 → ian
Target Milestone: Future → ---
Updated•15 years ago
|
Assignee: layout.block-and-inline → nobody
QA Contact: ian → layout.block-and-inline
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•