Closed
Bug 1389788
Opened 6 years ago
Closed 2 years ago
FF does not wrap a text into a visible area (on a mobile device)
Categories
(Core :: Layout: Text and Fonts, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1547181
People
(Reporter: hawran.diskuse, Unassigned)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0 Build ID: 20170612122310 Firefox for Android Steps to reproduce: 1. Open a web page. 2. Zoom in a text on the web page. Actual results: 3. The text goes outside the visible area. Expected results: 3. The text is wrapped into the visible area. (as Opera does, for instance)
FF's version: 54.0.1 Android 5.1.1 Device: Sony Xperia Z1 Compact
(In reply to hawran from comment #0) > User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 > Firefox/54.0 > Build ID: 20170612122310 > Firefox for Android No, it is NOT Firefox For Android (that beta version), it is just Firefox.
Comment 3•6 years ago
|
||
Please provide URL and probably a screenshot.
Component: Untriaged → Layout: Text
Product: Firefox → Core
A whatever view on readers' posts (either global or on a particular one) on the site as follows: https://www.root.cz/clanky/android-8-0-oreo-je-prislibem-rychlejsich-a-mene-narocnych-aktualizaci/nazory/ https://www.root.cz/clanky/android-8-0-oreo-je-prislibem-rychlejsich-a-mene-narocnych-aktualizaci/nazory/935484/ https://forum.root.cz/index.php?topic=16148.0 https://forum.root.cz/index.php?topic=16148.msg223205#msg223205 (see attached screenshots) Sorry for the delay.
Comment on attachment 8903576 [details]
Screenshot_2017-08-18-17-59-13.png
Oops, my mistake, the next one...
Comment on attachment 8903576 [details]
Screenshot_2017-08-18-17-59-13.png
Oops, NOT this one, my mistake, the next one...
(In reply to hawran from comment #7) > Comment on attachment 8903576 [details] > Screenshot_2017-08-18-17-59-13.png > > Oops, NOT this one, my mistake, the next one... Sorry for the mess, I'd like to delete my previous two posts, pls...
Reporter | ||
Comment 10•6 years ago
|
||
Updated•6 years ago
|
Priority: -- → P3
Comment 11•5 years ago
|
||
This seems like a duplicate to bug 1244712 and bug 929923 in different components. Jonathan, what component does this actually belong to? AFAIK it's only relevant for Fennec, not desktop.
Flags: needinfo?(jfkthame)
Comment 12•5 years ago
|
||
Bug 929923 seems to be specific to text/plain, so that's rather different; I don't know what we do about the viewport for text/plain documents. This is probably a dupe of bug 1244712, though. I think the feature being requested here is somewhat different from the "font inflation" that we used to do, but (I believe) removed some time back. The idea there was that text with small font sizes would be enlarged to ensure it was readable on the device; but what the user seems to be asking for here (and, I think, in bug 1244712) is for the content to be reflowed when the user pinch-zooms to enlarge the display. That's a debatable feature: some would argue that pinch-zoom should never affect layout (unlike page zoom, which does); and then there's a UX question of how we'd distinguish pinch-zoom (magnifying without reflow) from page zoom (which in effect alters the viewport and therefore causes reflow). At the top level, ISTM this belongs in an Android component because the first question that needs an answer is what feature(s) should be exposed in the product. As I understand the current product features, this is invalid because pinch-zoom is not expected to reflow content; but clearly some users would like a zoom-like feature of some kind with different behavior.
Flags: needinfo?(jfkthame)
Reporter | ||
Comment 13•2 years ago
|
||
So what is the result?
NB Firefox (for desktop) breaks a text into lines so that it will fit into the available display area, Opera (at least for Android) as well. What is the problem then? (It's the 21st century, for God's sake...)
Comment 14•2 years ago
|
||
This is bug 1547181 which has more context. The engine has support for this, so I think this would be mostly a matter of exposing the option in the UI unless I'm missing something.
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•