Closed
Bug 617034
Opened 14 years ago
Closed 3 years ago
Better define the interaction between innerWidth/Height and the meta viewport tag
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: wesj, Unassigned)
References
Details
Spun off from Bug 602580. There we changed (are changing) innerWidth and innerHeight to return and set the CSS Viewport is a custom CSS Viewport is in use. However, there don't seem to be any strict definitions of how this should be done. Especially in the case of setting innerWidth and innerHeight, the interaction between setting innerHeight/Width in js and using the meta viewport tag should be defined. Which one takes precedence?
![]() |
||
Comment 1•9 years ago
|
||
I wonder if this is related to this Web Compat issue.
https://webcompat.com/issues/1677
> This site has a meta viewport tag saying width=540
> and hard-coded widths in the content of around 640px or larger.
> Seems other browser engines do more adaptations/zooming
> to make the page fit the imaginary 540px wide viewport.
![]() |
||
Updated•9 years ago
|
![]() |
||
Comment 2•9 years ago
|
||
Maybe another instance
https://webcompat.com/issues/1863
![]() |
||
Comment 4•9 years ago
|
||
Maybe yet another instance https://webcompat.com/issues/1255
See Also: → https://webcompat.com/issues/1255
![]() |
||
Comment 5•9 years ago
|
||
Adding Mike and David for the Web Compat issues.
![]() |
||
Updated•3 years ago
|
Webcompat Priority: --- → ?
Comment 6•3 years ago
|
||
This is a very old issue and doesn't look actionable any more.
Status: NEW → RESOLVED
Closed: 3 years ago
Webcompat Priority: ? → ---
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•