Closed
Bug 1028550
Opened 11 years ago
Closed 11 years ago
HTML pages with images scroll beyond the edge of the screen
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: a_nut_in, Unassigned)
Details
Attachments
(1 file)
|
331.99 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Android; Mobile; rv:30.0) Gecko/30.0 Firefox/30.0 (Nightly/Aurora)
Build ID: 20140605172539
Steps to reproduce:
Browsed http://m.ndtv.com/article/offbeat/five-things-you-do-when-the-internet-is-down-545012?from=manual-top-stories
Actual results:
Pages containing large images, the text does not auto fit the screen and pinching zooming also does not work
Expected results:
The layout should be responsive and be able to auto fit the pages
Comment 1•11 years ago
|
||
The page has a meta-viewport tag that forces this particular behaviour:
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
If you want to override this behaviour in Firefox, you can set the pref browser.ui.zoom.force-user-scalable to true in about:config.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•