Open
Bug 1832939
Opened 2 years ago
Updated 2 years ago
ResizeObserver doesn't fire when element fills more than one column
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: johnfactotum1, Unassigned)
Details
Attachments
(1 file)
893 bytes,
text/html
|
Details |
Steps to reproduce:
Use ResizeObserver
to observe an element in a container with column-fill: auto
. See the attached test case.
Actual results:
The observer works when the element is contained in a single column. But as the element grows, as soon as it flows to another column, the observer stops working.
Expected results:
The resize observer should always work. In the attached test case, the container's style should change whenever there is a resize.
Updated•2 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•2 years ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•