Open
Bug 1933554
Opened 3 months ago
Updated 2 months ago
Take 'stretch' block-size (and alias) into consideration when setting NS_FRAME_IN_CONSTRAINED_BSIZE and NS_FRAME_CONTAINS_RELATIVE_BSIZE frame state bits
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
NEW
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Bug 1933408's patch stack doesn't do anything special to update the handling/treatment of these flags:
NS_FRAME_IN_CONSTRAINED_BSIZE
NS_FRAME_CONTAINS_RELATIVE_BSIZE
But I'm pretty sure we need to adjust how we set/unset them in various spots. Both of those flags are associated with whether a block-size has a percent value, and stretch
is sorta like a percent value.
I'm filing this bug for this^ investigation/fixup, to avoid doing too much in bug 1933408 & to let that bug's patches land sooner (preffed off).
Assignee | ||
Updated•2 months ago
|
Summary: Take 'stretch' block-size (and ailas) into consideration when setting NS_FRAME_IN_CONSTRAINED_BSIZE and NS_FRAME_CONTAINS_RELATIVE_BSIZE frame state bits → Take 'stretch' block-size (and alias) into consideration when setting NS_FRAME_IN_CONSTRAINED_BSIZE and NS_FRAME_CONTAINS_RELATIVE_BSIZE frame state bits
You need to log in
before you can comment on or make changes to this bug.
Description
•