Closed
Bug 1113723
Opened 10 years ago
Closed 10 years ago
Sometimes no sound when another participant joins a user's room
Categories
(Hello (Loop) :: Client, defect, P2)
Hello (Loop)
Client
Tracking
(firefox35 verified, firefox36 verified, firefox37 verified)
backlog | Fx35+ |
People
(Reporter: mreavy, Assigned: mikedeboer)
References
Details
Attachments
(1 file)
1.16 KB,
patch
|
MattN
:
review+
lsblakk
:
approval-mozilla-aurora+
lsblakk
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
We're hearing reports that if a user is not in the room and someone joins, the system notification shows up and the icon gets blue, but there is no sound.
This bug is about investigating why there is no sound in certain cases and fixing it.
Reporter | ||
Comment 1•10 years ago
|
||
A few folks have been caught by surprise to see someone waiting in their room because they expected to hear a sound. The system notification show up and icon gets blue, but they aren't hearing a sound.
backlog: --- → Fx35+
Priority: -- → P2
Assignee | ||
Comment 2•10 years ago
|
||
Well, this is expected behavior due to http://dxr.mozilla.org/mozilla-central/source/browser/base/content/browser-loop.js#238
We left out playing a sound separately, because the notifications play their own default sounds. However, that might not be the case on all platforms, so the best we can do here is play the sound on all platforms _except_ OSX.
How does that sound? (no pun intended ;) )
Assignee | ||
Updated•10 years ago
|
Points: --- → 2
Flags: qe-verify+
Flags: firefox-backlog+
OS: Windows 7 → All
Hardware: x86_64 → All
Reporter | ||
Comment 3•10 years ago
|
||
Definitely, all platforms except OSX are better than nothing. Is there anything we can do/play for OSX? (Even an ugly hack.)
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → mdeboer
Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8540763 -
Flags: review?(MattN+bmo)
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Iteration: --- → 37.3
Flags: needinfo?(mmucci)
Updated•10 years ago
|
Attachment #8540763 -
Flags: review?(MattN+bmo) → review+
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Comment on attachment 8540763 [details] [diff] [review]
Patch v1: play a sound when someone joins a room
Approval Request Comment
[Feature/regressing bug #]: Rooms
[User impact if declined]: Inconsistent playing of sounds when users enter the room
[Describe test coverage new/current, TBPL]: on mc shortly. Automated tests aren't reasonable for this. Will manually test.
[Risks and why]: Very low risk change; virtually a 1-liner
[String/UUID change made/needed]: none
Attachment #8540763 -
Flags: approval-mozilla-beta?
Attachment #8540763 -
Flags: approval-mozilla-aurora?
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
Updated•10 years ago
|
Attachment #8540763 -
Flags: approval-mozilla-beta?
Attachment #8540763 -
Flags: approval-mozilla-beta+
Attachment #8540763 -
Flags: approval-mozilla-aurora?
Attachment #8540763 -
Flags: approval-mozilla-aurora+
Comment 10•10 years ago
|
||
Updated•10 years ago
|
Comment 11•10 years ago
|
||
Updated•10 years ago
|
Updated•10 years ago
|
Iteration: 37.3 → 37.2
Comment 12•10 years ago
|
||
Verified fixed FF 35 RC, 36.0a2 (2015-01-06), 37.0a1 (2015-01-06) Win 7.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•