Closed
Bug 865746
Opened 12 years ago
Closed 12 years ago
[HiDPI] Downloads panel icons are disproportionately large
Categories
(Firefox :: Downloads Panel, defect)
Tracking
()
RESOLVED
FIXED
Firefox 23
People
(Reporter: edwardsgreg, Assigned: jfkthame)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
8.00 KB,
image/png
|
Details | |
47.92 KB,
image/png
|
Details | |
1.09 KB,
patch
|
mconley
:
review+
akeybl
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Just like Bug 818935, only with the new expanding downloads panel
Reporter | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
This is the Windows version of the OS X patch in bug 815512 pt 2. On a hidpi configuration, the system may give us an icon that is larger (in pixel dimensions) than the CSS px size we want; we need to explicitly set the desired size in our CSS so that the extra pixels result in a sharp icon at the proper size, instead of a blurry icon at a larger CSS-px size.
Attachment #741947 -
Flags: review?(mconley)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jfkthame
Assignee | ||
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•12 years ago
|
||
Hey Jonathan,
I know that bug 854555 took care of OSX, but are strangely sized icons in the Library also a problem for HiDPI displays in Windows?
If so, we should maybe update that here as well.
I don't have a HiDPI system to test with, so I can't say for certain if the Library will be a problem, but I suspect it might.
-Mike
Flags: needinfo?(jfkthame)
Assignee | ||
Comment 4•12 years ago
|
||
AFAICS, the Library looks OK on Windows/HiDPI - Greg, do you see a problem there, or only in the Downloads panel?
Flags: needinfo?(jfkthame) → needinfo?(edwardsgreg)
Assignee | ||
Comment 5•12 years ago
|
||
Actually, the reason downloads in the Library list are OK on Windows is that we already fixed that in bug 818935.
Flags: needinfo?(edwardsgreg)
Comment 6•12 years ago
|
||
Ah, gotcha, thanks.
Comment 7•12 years ago
|
||
Comment on attachment 741947 [details] [diff] [review]
[win-hidpi] explicitly set size of download item icons
Yep, this looks like the right move. Thanks!
Attachment #741947 -
Flags: review?(mconley) → review+
Assignee | ||
Comment 8•12 years ago
|
||
Target Milestone: --- → Firefox 24
Comment 9•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: Firefox 24 → Firefox 23
Assignee | ||
Comment 10•12 years ago
|
||
Comment on attachment 741947 [details] [diff] [review]
[win-hidpi] explicitly set size of download item icons
[Approval Request Comment]
Bug caused by (feature/regressing bug #): windows hi-dpi support
User impact if declined: minor cosmetic glitch (icon too large)
Testing completed (on m-c, etc.): currently in Nightly and Aurora
Risk to taking this patch (and alternatives if risky): minimal, just a styling fix
String or IDL/UUID changes made by this patch: none
Attachment #741947 -
Flags: approval-mozilla-beta?
Updated•12 years ago
|
status-firefox22:
--- → affected
tracking-firefox22:
--- → +
Updated•12 years ago
|
Attachment #741947 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 11•12 years ago
|
||
status-firefox23:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•