Hi,
Could you please help me in resolving the following error with webspellchecker?
I am using a webspellchecker v 10.3. I have a webspellchecker which is associated with a htmlinput button.
<ig_spell:WebSpellChecker ID="wscComments" runat="server" TextComponentId="txtComment" ButtonId="btnSpellCheck" > <ClientEvents SpellCheckComplete="wscComments_SpellCheckComplete" /> </ig_spell:WebSpellChecker>
on click of button, the spellchecker, it opens the suggestion pop up and when I pick a suggestion and click finish button ,it is getting into error. While debugging ,I found the following exception is being thrown.
window.status="Can't init script for WebSpellChecker";
In the spell check complete clientside function ,checked Text was not changed to the suggested text which I picked from the suggestions.
function wscComments_SpellCheckComplete(oWebSpellChecker, oEvent, uncheckedText, checkedText) { count(); }
Thanks for your help in advance.
Thank you,
Praba
Hello praba,
Here is the sample.
Hi Nikolay,
Thank you for testing the scenario.I will try an isolated example and replicate the issue.
Is your email missing the attachment that you have mentioned.Could you please attach it again?
Hi Praba,
I have tested this scenario with NetAdvantage 10.3.20103.2217, but I was unable to reproduce the behavior you have described. I am attaching my sample project. In order to be able to investigate this issue further, I would need a small isolated example, demonstrating the issue.
Please let me know if you have any other questions.