Open
Bug 1175517
Opened 9 years ago
Updated 2 years ago
consider how the NS_FRAME_CONTAINS_RELATIVE_BSIZE flag should work in relation to orthogonal flows
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: jfkthame, Unassigned)
References
(Blocks 1 open bug)
Details
See bug 1174507 comment 3. When this bit related to height (because that was always the relevant axis), we could propagate it to ancestor frames in nsHTMLReflowState.
With vertical writing mode support, when we reach an orthogonal-flow boundary it probably doesn't make sense to continue propagating the NS_FRAME_CONTAINS_RELATIVE_BSIZE flag; but do we need some other means to track the isize/bsize dependencies across this boundary?
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•