Open
Bug 461919
Opened 17 years ago
Updated 3 years ago
In nsFrame::GetNextPrevLineFromeBlockFrame - frame enumerator logic may be wrong
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: benjamin, Unassigned)
Details
as pointed out in bug 461212 comment 7, in nsFrame::GetNextPrevLineFromeBlockFrame there was logic to break out of the loop, but this logic was never triggered because Prev() never fails. We probably want to break out here instead of returning a failure code:
http://hg.mozilla.org/mozilla-central/rev/affcc1c08bc0#l4.35
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•