Closed Bug 185489 Opened 22 years ago Closed 22 years ago

Type Ahead Find enablesounnd false Not Working

Categories

(SeaMonkey :: Find In Page, defect, P2)

x86
Windows XP
defect

Tracking

(Not tracked)

VERIFIED FIXED
mozilla1.3beta

People

(Reporter: lamekisser, Assigned: aaronlev)

References

(Blocks 1 open bug)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212

I cannot disable the sound of type ahead found error.

Previously, I used Mozilla 1.2.1 and no sound was produced when there was error. After switching to 1.3b, the error is sounded even though I never enabled it. I had this in user.js:
user_pref("accessibility.typeaheadfind.linksonly", false);

Then I edited my user.js and now I have these:
user_pref("accessibility.typeaheadfind.linksonly", false);
user_pref("accessibility.typeaheadfind.enablesound", false);
but still the burping is there.

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Right, we forgot to change the docs
the new pref is accessibility.typeaheadfind.soundURL
You can set it to "" if you want no sound.

However, I'm going to keep this bug, because without a boolean pref it would be
hard to put this pref as a checkbox in the Keyboard Navigation prefs panel I'm
working on.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Priority: -- → P2
Target Milestone: --- → mozilla1.3beta
Blocks: 169489
Keywords: nsbeta1
Component: Keyboard: Navigation → Keyboard: Find as you Type
is this bug still an issue?

fwiw, i can toggle the sound notification on and off on win2k (and, for that
matter, on linux rh8.0 and mac 10.2.4), via the Keyboard Navigation pref panel.
I fixed this a while ago as part of the keyboard navigation pref panel. Forgot
to mark it fixed.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
coolio.
Status: RESOLVED → VERIFIED
Product: Core → SeaMonkey
You need to log in before you can comment on or make changes to this bug.