Closed
Bug 776903
Opened 12 years ago
Closed 12 years ago
Reader Mode: Toolbar icons are low resolution (scaled) on XHDPI devices
Categories
(Firefox for Android Graveyard :: Reader View, defect)
Tracking
(firefox16 affected, firefox17 affected)
RESOLVED
DUPLICATE
of bug 779527
People
(Reporter: aaronmt, Assigned: lucasr)
References
Details
(Keywords: polish, uiwanted)
Attachments
(2 files)
(deleted),
image/png
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review |
On my Galaxy Nexus (Android 4.1.1) taking a gander at the reader mode toolbar icons one would see that the icons are fuzzy and not as sharp in comparison to other icons found throughout the device and operating system and even the browser (the tab button [+] is sharp).
Assignee | ||
Comment 1•12 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #0)
> Created attachment 645279 [details]
> Nightly (07/24) Screenshot
>
> On my Galaxy Nexus (Android 4.1.1) taking a gander at the reader mode
> toolbar icons one would see that the icons are fuzzy and not as sharp in
> comparison to other icons found throughout the device and operating system
> and even the browser (the tab button [+] is sharp).
Is this Jelly Bean specific? Last time I checked this was working fine...
Comment 2•12 years ago
|
||
We currently don't have resolution specific images in Gecko side. So, the images are just scaled, and doesn't hold up to XHDPI resolution.
This sort of bug can be seen in about: page background mismatch with url-bar, the dividers are too tiny and similar sorts.
Reporter | ||
Comment 3•12 years ago
|
||
So the only prescription is, more images.
Reporter | ||
Updated•12 years ago
|
Summary: Reader Mode: Toolbar icons are too low res → Reader Mode: Toolbar icons are low resolution (scaled) on XHDPI devices
Assignee | ||
Comment 4•12 years ago
|
||
(In reply to Sriram Ramasubramanian [:sriram] from comment #2)
> We currently don't have resolution specific images in Gecko side. So, the
> images are just scaled, and doesn't hold up to XHDPI resolution.
The Reader UI has proper media queries and provide assets for all screen densities. This is probably a bug in the CSS.
> This sort of bug can be seen in about: page background mismatch with
> url-bar, the dividers are too tiny and similar sorts.
Reader UI has proper density support. Yes, the other about: pages have this issue, not reader.
Assignee | ||
Comment 5•12 years ago
|
||
Just found out that the pixel ratio coming from Gecko is just wrong on Galaxy Nexus. It's supposed be 2.0 but I'm getting 1.0. Because of things, a media query like "(-moz-device-pixel-ratio: 2.0) is just not matching on the device.
Assignee | ||
Comment 6•12 years ago
|
||
Here's the patch that is supposed to fix the bug but is not because the pixel ratio coming from Gecko is just wrong. Any idea of what might be going on here?
Attachment #647179 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 7•12 years ago
|
||
Turns out to be a regression bug in Gecko (see bug 779527). The reader CSS doesn't really need to be changed.
Depends on: 779527
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → lucasr.at.mozilla
Comment 8•12 years ago
|
||
Can we close this bug then?
Assignee | ||
Comment 9•12 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #8)
> Can we close this bug then?
I'd prefer to wait until bug 779527 is fixed before closing this one, just in case.
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•12 years ago
|
Attachment #647179 -
Flags: review?(mark.finkle)
Updated•11 years ago
|
tracking-fennec: ? → ---
Updated•4 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
•