6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/21/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#3797] Spellchecking forwarded messages
*
Your Email Address
*
Spam protection
Enter the letters below:
.__..__ . ..___..__. [__][__)|\ | _/ | | | || | \|./__.|__\
Comment
> If you still have problems, please apply this patch to > js/src/SpellChecker.js: > > > > Index: SpellChecker.js > > =================================================================== > > RCS file: /repository/dimp/js/src/SpellChecker.js,v > > retrieving revision 1.6 > > diff -u -r1.6 SpellChecker.js > > --- SpellChecker.js 20 Apr 2006 04:38:45 -0000 1.6 > > +++ SpellChecker.js 20 Apr 2006 18:07:31 -0000 > > @@ -309,6 +309,7 @@ > > */ > > resume: function() > > { > > +try { > > if (this.choicesDiv) { > > this.choicesDiv.parentNode.removeChild(this.choicesDiv); > > this.choicesDiv = null; > > @@ -342,6 +343,7 @@ > > if (this.onAfterSpellCheck) { > > this.onAfterSpellCheck(); > > } > > +} catch (e) { alert(e); } > > }, > > > > /** > > > > then copy js/src/SpellChecker.js to js/SpellChecker.js. Reload, and > when you click resume you should get an alert with the exception > causing failure in it.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers