Closed
Bug 1458816
Opened 7 years ago
Closed 1 years ago
MediaQueryList should flush parent document layout, not just frames.
Categories
(Core :: DOM: CSS Object Model, defect, P3)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
DUPLICATE
of bug 1011468
People
(Reporter: emilio, Unassigned)
References
()
Details
Attachments
(1 file)
669 bytes,
text/html
|
Details |
See the attached testcase.
Blink and WebKit also fail this.
Reporter | ||
Comment 1•7 years ago
|
||
Edge also fails, yay.
Reporter | ||
Comment 2•7 years ago
|
||
We should probably consider being more granular and only do this if the media query is viewport dependent or something. Because otherwise stuff like https://github.com/Modernizr/Modernizr/pull/2309, which is important for load performance of some pages, may regress.
Updated•7 years ago
|
Priority: -- → P3
Reporter | ||
Comment 3•6 years ago
|
||
Actually other browsers don't do this, so we should just spec it I guess.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 4•6 years ago
|
||
I guess I should write this as an automated test.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Reporter | ||
Updated•6 years ago
|
Flags: needinfo?(emilio)
Reporter | ||
Updated•6 years ago
|
Flags: needinfo?(emilio)
Also see bug 1011468.
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Updated•1 years ago
|
Status: REOPENED → RESOLVED
Closed: 6 years ago → 1 years ago
Duplicate of bug: 1011468
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•