Closed
Bug 1056
Opened 26 years ago
Closed 26 years ago
maxAscent/maxDescent not backed up
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: kipp, Assigned: buster)
Details
when a frame on a line ends up being pushed to the next line we don't backout
that frames impact on:
maxAscent
maxDescent
max-element-size
etc.
Start using the PerFrameData in nsInlineReflow and this can be easily fixed:
change the code to compute the max values upon completion instead of on the fly.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
max-element-size is only updated after a frame is placed, therefore there is no
issue regarding backing it up.
still waiting for kipp@netscape.com to do 1 of the following:
1) provide QA with a test case so we can mark it VERIFIED_FIXED
2) verify it himself and mark this bug VERIFIED-FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
marking verified for completeness sake
You need to log in
before you can comment on or make changes to this bug.
Description
•