Closed
Bug 1188718
Opened 9 years ago
Closed 9 years ago
Don't change the currently selected tab when clicking on the audio mute button
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
VERIFIED
FIXED
Firefox 42
Tracking | Status | |
---|---|---|
firefox41 | --- | unaffected |
firefox42 | --- | verified |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file, 1 obsolete file)
5.19 KB,
patch
|
jaws
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
shorlander asked me to do this on IRC a week ago or so, I think. This is a simple addition on top of bug 486262.
Assignee | ||
Updated•9 years ago
|
Attachment #8640285 -
Flags: review?(jaws)
Assignee | ||
Updated•9 years ago
|
Blocks: tab-sound-indicator
Assignee | ||
Comment 2•9 years ago
|
||
I realized that the test didn't cover clicking on the mute icon on inactive pinned tabs... This extends the test to cover that as well.
Attachment #8640285 -
Attachment is obsolete: true
Attachment #8640285 -
Flags: review?(jaws)
Assignee | ||
Updated•9 years ago
|
Attachment #8640531 -
Flags: review?(jaws)
Comment 3•9 years ago
|
||
Comment on attachment 8640531 [details] [diff] [review] Don't change the currently selected tab when clicking on the audio mute button Review of attachment 8640531 [details] [diff] [review]: ----------------------------------------------------------------- ::: browser/base/content/test/general/browser_audioTabIcon.js @@ +42,5 @@ > + yield hover_icon(icon, tooltip); > + > + is(tooltip.getAttribute("label"), expectedTooltip, "Correct tooltip expected"); > + > + leave_icon(icon); nit, can you remove the blank lines between these? (same for the changes below)
Attachment #8640531 -
Flags: review?(jaws) → review+
Updated•9 years ago
|
Assignee: nobody → ehsan
Status: NEW → ASSIGNED
Comment 5•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1878dfd5a193
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Updated•9 years ago
|
status-firefox41:
--- → unaffected
Version: unspecified → 42 Branch
Comment 6•9 years ago
|
||
Verified fixed on Windows 7 64bit, Ubuntu 13.10 32bit and Mac OSX 10.9.5 using Aurora 42.0a2 (buildID: 20150818004007).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•