Muted tab does not mute speechSynthesis
Categories
(Core :: Web Speech, defect)
Tracking
()
People
(Reporter: ignaz.k, Unassigned)
References
Details
Attachments
(1 file)
178 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/117.0
Steps to reproduce:
- Open https://quickdraw.withgoogle.com
- Mute the tab
- Draw something
Alternatively:
- Open the html file attached
- Mute the tab
- Press the button
Actual results:
The muted tab produced sound.
Expected results:
The muted tab should not produce sound.
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::Tabbed Browser' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•1 year ago
|
||
I was able to reproduce the issue using Ubuntu 20.04 using FF build 117.0 (although tab is muted sound is heard while drawing).
Marking issue as new.
Comment 3•11 months ago
|
||
The severity field is not set for this bug.
:dao, could you have a look please?
For more information, please visit BugBot documentation.
Updated•11 months ago
|
Comment 4•11 months ago
|
||
The severity field is not set for this bug.
:jimm, could you have a look please?
For more information, please visit BugBot documentation.
Comment 5•10 months ago
|
||
Working for me on Windows. Once i mute the tab I no longer hear anything.
Comment 6•10 months ago
•
|
||
Thanks for the simple testcase in the attachment. That produces sound even when muted with Nightly on Linux.
Given the linux-but-not-windows reproduction, I suspect something is not behaving as desired in SpeechDispatcherService code.
A comment acknowledges ineffectiveness mid-utterance, but this is reproducing even when muting before speak()
is called.
Updated•10 months ago
|
Comment 7•10 months ago
|
||
This code is about how we mute web speech before. If now it doesn't work, then probably means something broken around those functions.
Updated•10 months ago
|
Description
•