Closed
Bug 1223839
Opened 10 years ago
Closed 9 years ago
Sound indicator increases pinned tab content's width by 1px
Categories
(Firefox :: Theme, defect)
Firefox
Theme
Tracking
()
VERIFIED
FIXED
Firefox 48
People
(Reporter: arni2033, Assigned: ehsan.akhgari)
References
Details
(Keywords: regression)
Attachments
(1 file)
766 bytes,
patch
|
jaws
:
review+
ritu
:
approval-mozilla-aurora+
ritu
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
STR: (Win7_64, Nightly 45, 32bit, ID 20151108030417, new profile)
1. Open new window, open 2 tabs in that window, pin active tab
2. Press Ctrl+M so that tab displayed "Muted" sound indicator
Result:
Right ugly-curved tab border AND all other tabs AND new tab button [+] teleports to the right by 1px
Expectations:
They should stay still = pinned tab content's width shouldn't increase.
Note:
Please request a screencast if you can't reproduce this yourself.
I experience this very often, because I have https://vk.com/ loaded in the 1st pinned tab.
VK.com is russian social network that uses sound notifications about new messages, so all tabs twitch
Keywords: regression
Comment hidden (obsolete) |
I think that .tab-icon-overlay should have "margin-inline-end: -1px;" - works for me.
> .tab-icon-overlay{
> margin-inline-end: -1px;
> }
Assignee | ||
Comment 5•9 years ago
|
||
Attachment #8728136 -
Flags: review?(jaws)
Comment 6•9 years ago
|
||
Comment on attachment 8728136 [details] [diff] [review]
Avoid expanding the width of a pinned tab when displaying the overlay icon
Review of attachment 8728136 [details] [diff] [review]:
-----------------------------------------------------------------
rs=me, would be nice to get this uplifted to aurora as it's a simple css change.
Attachment #8728136 -
Flags: review?(jaws) → review+
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8728136 [details] [diff] [review]
Avoid expanding the width of a pinned tab when displaying the overlay icon
Approval Request Comment
[Feature/regressing bug #]: Bug 1207166
[User impact if declined]: comment 0
[Describe test coverage new/current, TreeHerder]: locally
[Risks and why]: simple css change, risk free
[String/UUID change made/needed]: none
Attachment #8728136 -
Flags: approval-mozilla-beta?
Attachment #8728136 -
Flags: approval-mozilla-aurora?
Comment 9•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
Comment on attachment 8728136 [details] [diff] [review]
Avoid expanding the width of a pinned tab when displaying the overlay icon
Simple enough, taking it.
Attachment #8728136 -
Flags: approval-mozilla-beta?
Attachment #8728136 -
Flags: approval-mozilla-beta+
Attachment #8728136 -
Flags: approval-mozilla-aurora?
Attachment #8728136 -
Flags: approval-mozilla-aurora+
status-firefox46:
--- → affected
status-firefox47:
--- → affected
Reporter | ||
Comment 11•9 years ago
|
||
Fixed on: Win7_64, Nightly 48, 32bit, ID 20160310030242
Status: RESOLVED → VERIFIED
Comment 12•9 years ago
|
||
bugherder uplift |
Comment 13•9 years ago
|
||
bugherder uplift |
Updated•9 years ago
|
Flags: qe-verify+
Comment 14•9 years ago
|
||
I've managed to reproduce the bug on the affected builds, using Windows 10 x64.
This is verified fixed on:
- 46.0b2-build3 (20160316065941),
- 47.0a2 (2016-03-15),
- 48.0a1 (2016-03-15),
using Windows 10 x64, Windows 7 x64, Ubuntu 12.04 (x86) and Mac OS X 10.7.
You need to log in
before you can comment on or make changes to this bug.
Description
•