Accessibility "phrase not found" sound can't be configured
Categories
(Core :: Widget: Win32, enhancement, P5)
Tracking
()
People
(Reporter: nospam, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: access)
Reporter | ||
Comment 2•21 years ago
|
||
Reporter | ||
Comment 3•21 years ago
|
||
Comment 4•21 years ago
|
||
Reporter | ||
Comment 5•21 years ago
|
||
Comment 7•20 years ago
|
||
Comment 8•20 years ago
|
||
Updated•18 years ago
|
Comment 10•17 years ago
|
||
Comment 11•16 years ago
|
||
![]() |
||
Comment 12•16 years ago
|
||
![]() |
||
Comment 13•14 years ago
|
||
Comment 14•3 years ago
|
||
Masayuki, could you clarify when/where this "phrase not found" sound would be played? Is this when searching the page for a string?
I don't see any sound in the Windows sound settings that resembles "phrase not found" on Windows 11 anymore. Did that possibly go away, or was it replaced by something else?
I still see Menu Command and Menu Popup however. Does this bug still apply to these, since they were mentioned in comment 0?
Comment 15•3 years ago
|
||
I don't have much time to investigate which sounds are registered in Windows in these days.
It seems that currently, we play sound or beep here:
https://searchfox.org/mozilla-central/rev/080e18fa4748456003164f58b0d925b8c3826a67/toolkit/modules/FinderParent.jsm#650-658
For cleaner implementation, there should be new event sound name here:
https://searchfox.org/mozilla-central/rev/080e18fa4748456003164f58b0d925b8c3826a67/widget/nsISound.idl#31-38
And nsSound::PlayEventSound
for each widget use proper sound for conforming to the platform manner.
Comment 16•3 years ago
|
||
Thank you for your input! Setting priority and severity.
Description
•