Closed
Bug 353582
Opened 19 years ago
Closed 19 years ago
Repeated "Couldn't contact Spell Checker." message when editing textarea
Categories
(Camino Graveyard :: HTML Form Controls, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: mykeolson, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1) Gecko/20060917 Camino/1.0+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1) Gecko/20060917 Camino/1.0+
If the AppleSpell service is not running (such as a workaround to bug 353581), after EVERY WORD typed in a textarea box, a dialog is presented: "Alert: Couldn't contact Spell Checker."
If this dialog was displayed once per user-session, that would be much better.
Reproducible: Always
Steps to Reproduce:
1. killall AppleSpell
2. Launch Camino
3. Go to a page and type in a textarea.
Actual Results:
"Alert: Couldn't contact Spell Checker." after every word
Expected Results:
nothing
| Reporter | ||
Comment 1•19 years ago
|
||
Does not reproduce when spelling disabled --
user_pref("layout.spellcheckDefault", 0);
Comment 2•19 years ago
|
||
If you start blowing away standard system components, Camino's behavior is not guaranteed. That message isn't even generated by Camino, but by the system itself (or possibly cocoaAspell, based on some quick searching online).
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•