Ignore Word Bug
Brought to you by:
pwelter34
Hi guys! Great lib you have here. I ran into a bug
today and thought I would bring it up to you. This is
my first bug report so bear with me.
Using the sample ASP.NET popup spell. If the final word
is misspelled and you click the ignore button, the
system will continue to loop on the last word until you
either change it or cancel.
I tracked this down to WordIndex property that will
limit the index to not be greater than then word count.
If you simply return the word index with out the limit
it works as expected, with exception of the count
display in the pop up spell. You can see the display
shows "word 4 of 3" when the spell check complete alert
is displayed.
webmaster@str8dog.com