Closed
Bug 903637
Opened 12 years ago
Closed 12 years ago
CTP icon disappears on mouse hover on retina displays
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(firefox24 unaffected, firefox25+ verified, firefox26+ verified)
VERIFIED
FIXED
mozilla26
Tracking | Status | |
---|---|---|
firefox24 | --- | unaffected |
firefox25 | + | verified |
firefox26 | + | verified |
People
(Reporter: Felipe, Assigned: gfritzsche)
References
Details
Attachments
(3 files, 1 obsolete file)
9.00 KB,
image/png
|
Details | |
71 bytes,
text/html
|
Details | |
1015 bytes,
patch
|
jaws
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
STR
- open a page with Flash
- hover over CTP blue icon in the urlbar
Result: icon disappears while mouse is over it
Reporter | ||
Comment 1•12 years ago
|
||
If this is not an obvious dupe I'd bet it only affects Firefox running on a Mac retina screen
Reporter | ||
Comment 2•12 years ago
|
||
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to :Felipe Gomes from comment #1)
> If this is not an obvious dupe I'd bet it only affects Firefox running on a
> Mac retina screen
It's fine for me on a non-retina screen, so it's possible.
Assignee | ||
Comment 4•12 years ago
|
||
I have no idea what could be causing this, a regression window would be great.
Assignee | ||
Updated•12 years ago
|
Priority: -- → P3
Reporter | ||
Comment 5•12 years ago
|
||
Last good nightly: 2013-07-19
First bad nightly: 2013-07-20
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=af4e3ce8c487&tochange=bf73e10f5e54
Assignee | ||
Comment 6•12 years ago
|
||
Thanks :)
Candidates: bug 888292, bug 889788, bug 888908.
Likely suspect: bug 888292, which touched the style and icons for @2x themes.
Keywords: helpwanted,
qawanted,
regressionwindow-wanted
Assignee | ||
Updated•12 years ago
|
Summary: CTP icon disappears on mouse hover → CTP icon disappears on mouse hover on retina displays
Assignee | ||
Comment 7•12 years ago
|
||
With layout.css.devPixelsPerPx;2 i can reproduce this for the non-hidden plugin case.
For non-"hidden" plugins, it ends up using the old blue plugin icon instead of the new, grey and flat, plugin icon.
Attachment #788890 -
Attachment is obsolete: true
Assignee | ||
Comment 8•12 years ago
|
||
Looks like this is just being overwritten by a left-over & outdated 2dppx section.
Assignee: nobody → georg.fritzsche
Assignee | ||
Comment 9•12 years ago
|
||
Comment on attachment 789002 [details] [diff] [review]
Remove outdated 2dppx icon style
Jaws, can you review this?
What happened here is that bug 888292 added a 2dppx list-style-image for #plugins-notification-icon at [1] but left an old one that overrides it at. This just removes the second, outdated, occurence.
[1] http://hg.mozilla.org/mozilla-central/annotate/9ab28833eda0/browser/themes/osx/browser.css#l3198
[2] http://hg.mozilla.org/mozilla-central/annotate/9ab28833eda0/browser/themes/osx/browser.css#l3259
Attachment #789002 -
Flags: review?(jaws)
Updated•12 years ago
|
Attachment #789002 -
Flags: review?(jaws) → review+
Assignee | ||
Comment 10•12 years ago
|
||
Comment 11•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Assignee | ||
Comment 12•12 years ago
|
||
Comment on attachment 789002 [details] [diff] [review]
Remove outdated 2dppx icon style
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Plugin-doorhanger redesign.
User impact if declined: Visual only, plugin notification icon vanishing on mouse-over.
Testing completed (on m-c, etc.): on m-c for a while without incidents
Risk to taking this patch (and alternatives if risky): Very low, visual only removal of duplicate definition
String or IDL/UUID changes made by this patch: None.
Attachment #789002 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
status-firefox24:
--- → unaffected
status-firefox25:
--- → affected
status-firefox26:
--- → fixed
tracking-firefox25:
--- → +
tracking-firefox26:
--- → +
Updated•12 years ago
|
Attachment #789002 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 13•12 years ago
|
||
Comment 14•12 years ago
|
||
Matt, can you please verify this is fixed?
Keywords: verifyme
QA Contact: mwobensmith
Comment 16•12 years ago
|
||
Confirmed broken on FF25 2013-08-01.
Verfied fixed on FF25, FF26 2013-09-23.
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•