Open
Bug 162191
Opened 24 years ago
Updated 3 years ago
inefficient incremental reflow for positioned inline frames with absolute children
Categories
(Core :: Layout: Block and Inline, defect, P3)
Core
Layout: Block and Inline
Tracking
()
NEW
People
(Reporter: dbaron, Unassigned)
References
Details
(Keywords: perf, Whiteboard: [whitebox])
Attachments
(2 files)
Bug 75121 contains a fix for block frames but not inline frames. We should
consider doing the same or a similar fix in nsPositionedInlineFrame, although
it's a bit lower priority and we'd really need to find some testcases.
(It's also worth double-checking that we don't need to do bug 154230 for them as
well, although I don't think we do based on the comments there.)
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: --- → Future
Comment 1•23 years ago
|
||
.
Assignee: attinasi → block-and-inline
Component: Layout → Layout: Block & Inline
QA Contact: petersen → ian
Updated•23 years ago
|
Whiteboard: [whitebox]
Updated•23 years ago
|
Target Milestone: Future → ---
Press "move" button to start reflowing
Notice the red div moves before the blue div, even though the blue div is a child of the red div. The blue div looks almost as if it is sliding off the red div. The bug becomes easier to see when the document size increases and the increment speed increases.
Comment 4•18 years ago
|
||
| Reporter | ||
Comment 5•17 years ago
|
||
We should look into whether this was fixed by bug 300030.
Updated•17 years ago
|
Assignee: layout.block-and-inline → nobody
QA Contact: ian → layout.block-and-inline
Comment 6•16 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.4) Gecko/20100503 Firefox/3.6.4
Seems fixed on Fx 3.6.4.
Comment 7•16 years ago
|
||
WFM: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a5pre) Gecko/20100506 Minefield/3.7a5pre
Comment 8•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•