Closed
Bug 935210
Opened 11 years ago
Closed 9 months ago
Support "page-break-inside: avoid" in flex containers
Categories
(Core :: Layout: Flexbox, defect)
Core
Layout: Flexbox
Tracking
()
RESOLVED
DUPLICATE
of bug 1739561
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
(Keywords: dev-doc-needed)
Quoting Mats from bug 811024 comment 20:
> Please file a followup bug on adding support for page-break-inside:avoid
> unless there is one already. It should be easy to fix, just add
> something like:
>
> if (ShouldAvoidBreakInside(aReflowState)) {
> *aStatus = NS_INLINE_LINE_BREAK_BEFORE();
> return NS_OK;
> }
>
> before setting an INCOMPLETE status in the patches your have here.
This is that followup bug.
Updated•11 years ago
|
Keywords: dev-doc-needed
Updated•2 years ago
|
Severity: normal → S3
Comment 1•9 months ago
|
||
We've fixed this in bug 1739561.
Updated•9 months ago
|
Component: Layout → Layout: Flexbox
You need to log in
before you can comment on or make changes to this bug.
Description
•