Closed
Bug 1223839
Opened 8 years ago
Closed 8 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
Oh. I forgot about regression window:
> https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=00ac696cdc862aad8fb2bc742ad11b6ce3d1559e&tochange=431c8dcb9039036aa11c8d2b361ab354bb98f2fd
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•8 years ago
|
||
Attachment #8728136 -
Flags: review?(jaws)
Comment 6•8 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•8 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•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ecfe8eaa0ea7
Status: NEW → RESOLVED
Closed: 8 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•8 years ago
|
||
Fixed on: Win7_64, Nightly 48, 32bit, ID 20160310030242
Status: RESOLVED → VERIFIED
Comment 12•8 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/f28fdbf2af28
Comment 13•8 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/e3808c5487e1
Updated•8 years ago
|
Flags: qe-verify+
Comment 14•8 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
•