Open
Bug 470929
Opened 16 years ago
Updated 2 years ago
nsPageBreakFrames not removed during dynamic frame reconstruction
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
NEW
People
(Reporter: dbaron, Unassigned)
References
(Depends on 1 open bug)
Details
When we reconstruct frames for an element or remove its frame, we don't remove the nsPageBreakFrames associated with an element. We need to implement this if we want to support any dynamic changes in paginated layout.
See bug 468645 comment 13 for more details and an example.
Reporter | ||
Comment 1•16 years ago
|
||
For what it's worth, hopefully bug 132035 will make nsPageBreakFrames go away and we won't have to worry about this.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•