Closed
Bug 1418758
Opened 8 years ago
Closed 1 year ago
device-width ignored for viewport "width=device-width, minimum-scale=0.5,maximum-scale=0.5,user-scalable=no"
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: 1025056708, Unassigned)
Details
Attachments
(1 file)
|
47.64 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20171115114231
Steps to reproduce:
repository: https://codepen.io/StarXY/pen/zPpjMY?editors=1000
another similiar reproduce link: https://m.bilibili.com/index.html
1. in <Meta> tag, set viewport "width=device-width, minimum-scale=0.5,maximum-scale=0.5,user-scalable=no"
2. open "responsive design mode", for instance, choose "iphone 6s" mode.
Actual results:
1. <HTML> 's width is 375px
2. The text doesn't appear
Expected results:
1. <HTML> 's width should be 750px
2. The text should appear when <HTML> 's width > 375px
Updated•8 years ago
|
Summary: device-width → device-width ignored for viewport "width=device-width, minimum-scale=0.5,maximum-scale=0.5,user-scalable=no"
Updated•8 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P3
Comment 1•7 years ago
|
||
The codepen has already gone.
Can you please upload the page again or attach it here in this bug?
Flags: needinfo?(1025056708)
Updated•3 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
A needinfo is requested from the reporter, however, the reporter is inactive on Bugzilla. Given that the bug is still UNCONFIRMED, closing the bug as incomplete.
For more information, please visit BugBot documentation.
Status: UNCONFIRMED → RESOLVED
Closed: 1 year ago
Flags: needinfo?(1025056708)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•