Open
Bug 379832
Opened 19 years ago
Updated 3 years ago
remove additional handling of empty continuations
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
NEW
People
(Reporter: dbaron, Unassigned)
Details
Bug 238473 removed code that made zero-sized continuations in some cases, because we couldn't find cases where it was needed anymore, and there were cases where it caused problems.
However, there's still code in a bunch of places that checks for the presence of these zero-sized continuations, such as nsInlineFrame::GetSkipSides. If the fix for bug 238473 doesn't cause regressions such that it needs to be backed out, we should try removing some of this additional code.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•