Closed
Bug 1827836
Opened 3 years ago
Closed 3 years ago
[deleteme] break-before not honored on first page when printing
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: dan, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0
Steps to reproduce:
Include 'break-before: always;' as a style via CSS to <div>'s inside a <tbody>
Actual results:
elements with the 'break-before: always;' style behave as expected and begin on a new page when they fall after page 0 in the printed view due to their location in the document. Any elements that are on page 0 in the print view remain on page 0, regardless of if they are styled with 'break-before: always;' or not.
Expected results:
The page should roll over to a new page whenever the 'break-before: always;' style is called.
Refined a test. Behavior is caused by something else. Possibly a bootstrap issue.
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
Summary: break-before not honored on first page when printing → [deleteme] break-before not honored on first page when printing
You need to log in
before you can comment on or make changes to this bug.
Description
•