Closed
Bug 378559
Opened 19 years ago
Closed 19 years ago
[FIX]Flush tags before doing InitialReflow in the sink
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha4
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
|
1.25 KB,
patch
|
sicking
:
review+
sicking
:
superreview+
|
Details | Diff | Splinter Review |
Right now, if we're not fully flushed when StartLayout is called, we'll effectively end up double-notifying on whatever content hasn't been notified on yet, since InitialReflow will construct frames for it.
Flags: blocking1.9?
Attachment #262619 -
Flags: superreview?(jonas)
Attachment #262619 -
Flags: review?(jonas)
Comment on attachment 262619 [details] [diff] [review]
Fix
r/sr=sicking
Attachment #262619 -
Flags: superreview?(jonas)
Attachment #262619 -
Flags: superreview+
Attachment #262619 -
Flags: review?(jonas)
Attachment #262619 -
Flags: review+
| Assignee | ||
Comment 2•19 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Flags: in-testsuite-
| Assignee | ||
Updated•19 years ago
|
Flags: blocking1.9?
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•