Closed
Bug 976618
Opened 11 years ago
Closed 9 years ago
Support dynamic viewport changes
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 976616
People
(Reporter: miketaylr, Unassigned)
References
()
Details
(A clone of 976616 - filed on Firefox for Android)
Certain mobile sites on the web assume that you can dynamically change meta viewport content (and have it actually do something).
Currently we don't support this, but only allow changing the viewport if you append a new meta element with a different value.
See https://miketaylr.com/bzla/viewport-change.html for a test case.
Expected: Clicking all 4 buttons changes the viewport
Actual: Only the append buttons work
Comment 1•11 years ago
|
||
This code actually lives in the platform side of things, in TabChild.cpp.
Component: Gaia::Browser → DOM
OS: Mac OS X → Gonk (Firefox OS)
Product: Firefox OS → Core
Hardware: x86 → All
Reporter | ||
Comment 2•9 years ago
|
||
This was fixed for b2g by Bug 976616 as well.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•