Hi everyone out there!
I am currently using NetAdvantage v13.1, SR 2069. After doing a release where on one page we use the checkSpelling() function of the spellchecker object, the function specified in the callback function parameter of the checkSpelling() function is not being called anymore?!?!?
I eventually had to change the page to subscribe to the SpellCheckComplete client-side event of the spellchecker to get it to work as it should, since the callback function usually called a AJAX web service to continue with the processing on the page.
Any reason this function is not working anymore, or has it been deprecated somehow?
Thanks so long!
Hi All,
Has anybody managed to figure out why the checkSpelling() callback function is not working anymore?
I've had to do a major change on our system to implement another solution, and the callback function was very convenient.
Thanks loads!
Hi Eduard,
Thank you for report.
Few months ago, there was refactoring and improving WebSpellChecker, a condition, which triggered custom return function was accidentally swapped :(
That was fixed on 6/25/2013. Also logic related to custom function was improved. Now custom function and default validation are not self exclusive and both functionalities can be combined. For example, implementation of custom return function can be optional and that function can be used for other purposes, such as a trigger for chained validations.
I am not sure if latest service releases include that fix. If not, then coming updates will fix that issue.