cvancour
11th January 2008, 04:28 PM
When using Jspell on older machines running IE 6 we are running into issues:
We have two fields setup in fieldsToCheck, one normal textarea and one fckEditor.
When we call jspellInit with jspellAutoAttach=false, the call takes forever and causes the browser to "freeze" for at least several seconds. If jspellAutoAttach=true the call finishes quickly and does not cause the browser to freeze, but the realtime spellcheck is too slow in handling text of size.
If we call jSpellInit with jspellAutoAttach=true, and then call jspellDetach, the jspellDetach exhibits the same behavior as jspellInit with jspellAutoAttach=false.
Any suggestions???
We have two fields setup in fieldsToCheck, one normal textarea and one fckEditor.
When we call jspellInit with jspellAutoAttach=false, the call takes forever and causes the browser to "freeze" for at least several seconds. If jspellAutoAttach=true the call finishes quickly and does not cause the browser to freeze, but the realtime spellcheck is too slow in handling text of size.
If we call jSpellInit with jspellAutoAttach=true, and then call jspellDetach, the jspellDetach exhibits the same behavior as jspellInit with jspellAutoAttach=false.
Any suggestions???