Closed
Bug 1792217
Opened 2 years ago
Closed 2 years ago
Let last remembered size take all fragments into account regardless of dom.resize_observer.support_fragments
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
RESOLVED
FIXED
107 Branch
Tracking | Status | |
---|---|---|
firefox107 | --- | fixed |
People
(Reporter: Oriol, Assigned: Oriol)
References
Details
Attachments
(1 file)
ResizeObserver only handles multi fragments when dom.resize_observer.support_fragments = true
.
That's because the change may have compat problems.
But the last remembered size uses an internal ResizeObserver, so changing the signature of the callback is not a problem.
Assignee | ||
Comment 1•2 years ago
|
||
ResizeObserver only handles multiple fragments when the preference
dom.resize_observer.support_fragments is true.
That's because this experimental behavior may have compat problems.
But the last remembered size uses an internal ResizeObserver,
so changing the signature of the callback is not a problem.
Pushed by oriol-bugzilla@hotmail.com:
https://hg.mozilla.org/integration/autoland/rev/4676713ac808
Let last remembered size take all fragments into account regardless of pref. r=emilio
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•