Closed
Bug 1190192
Opened 10 years ago
Closed 10 years ago
Speaker shifts when clicking tab mute icon
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1192568
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: mstange, Assigned: ehsan.akhgari)
References
Details
Attachments
(4 files)
When toggling the tab audio icon, the speaker part of the icon shifts horizontally.
I'm seeing this on Mac OS 10.10 HiDPI.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ehsan
Assignee | ||
Comment 1•10 years ago
|
||
I there an easy way to test this? I can't really see this very well no matter how much I squint. :-)
Flags: needinfo?(mstange)
Reporter | ||
Comment 2•10 years ago
|
||
Zoom in on your screen using Option + mousewheel maybe? (If that doesn't work, you can change the setting in System Preferences -> Accessibility -> Zoom)
If you have the Pixie app (I think it's installed by XCode?), that might also help.
Do you see what I mean in my screenshot?
Flags: needinfo?(mstange)
Comment 3•10 years ago
|
||
I think this bug should be fixed by adjusting the SVG to have the same positioning of the speaker relative to the two graphics.
Comment 4•10 years ago
|
||
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #3)
> I think this bug should be fixed by adjusting the SVG to have the same
> positioning of the speaker relative to the two graphics.
Yes. Just need to tweak the icon I think.
Comment 5•10 years ago
|
||
I can take this if you don't mind Ehsan?
Comment 6•10 years ago
|
||
Animatitated for your viewing pleasure.
Assignee | ||
Comment 7•10 years ago
|
||
(In reply to Stephen Horlander [:shorlander] from comment #5)
> I can take this if you don't mind Ehsan?
Please do, thanks!
Assignee: ehsan → shorlander
Comment 8•10 years ago
|
||
Made a lot of changes to the icon to fix this and bug 1190103 and maybe bug 1191437.
- Removed the fancy SVG construction with <use> and clipPaths and masks and converted everything to a path
- Renamed the "dark" icons to white to indicate how they are actually different in appearance
- Added an outline to the white icons so they would work in more situations
- Added an icon we can use for background tabs on Linux using the -moz-MenuBarText keyword
If this doesn't fix bug 1191437 will probably need to make it a sprite. Would make more sense to split the icons into multiple files in that case I think.
Comment 9•10 years ago
|
||
Forgot to mention the part that applies to this bug: Fixed the alignment between the muted/unmuted speaker
Comment 10•10 years ago
|
||
Same as the other one for the most part except I simplified this more by removing all of the icon states. I think we cover the state affordance with the background circle.
Also no -moz-MenuBarText variation because the dark and white and version should work in almost all cases.
Comment 11•10 years ago
|
||
All of the large icons: http://cl.ly/image/1P3F2y262v3j
All of the small icons: http://cl.ly/image/2h2E1I411f31
Assignee | ||
Comment 12•10 years ago
|
||
Thanks!
Assignee | ||
Updated•10 years ago
|
Assignee: shorlander → ehsan
Assignee | ||
Comment 13•10 years ago
|
||
How should I use these icons? It seems that without <use> elements, styles such as |list-style-image: url("chrome://browser/skin/tabbrowser/tab-audio.svg#tab-audio")| do not work.
Flags: needinfo?(shorlander)
Comment 14•10 years ago
|
||
Those should all work without the <use>. The hash fragment points to the ID of the <g> within the SVG file, or so I understand it to.
Assignee | ||
Comment 15•10 years ago
|
||
Oh yes, looks like I had made a mistake...
Flags: needinfo?(shorlander)
Assignee | ||
Comment 16•10 years ago
|
||
This is fixed by the new icons.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•