[Tickets #3797] Spellchecking forwarded messages

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Apr 20 11:09:19 PDT 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3797
-----------------------------------------------------------------------
 Ticket             | 3797
 Updated By         | Chuck Hagenbuch <chuck at horde.org>
 Summary            | Spellchecking forwarded messages
 Queue              | DIMP
 State              | Feedback
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


Chuck Hagenbuch <chuck at horde.org> (2006-04-20 11:09) wrote:

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.




More information about the bugs mailing list