19 Jun 2009, 4:24 PM
|
benVertis
Joined on 06-19-2009
Posts 1
|
|
|
Hello, we are evaluating UltimateSpell to potentially purchase several licenses.
However, we can not get the spell checker to fully work with our rich text editor in our asp.net web app. The rich text editor is an editable iframe that gets loaded with javascript after the page has loaded. It's correctly showing misspelled words, but when I right click to get suggestions, I get an "Invalid Argument" Javascript error on this line:
| | usda95.style.left=((this.usda72 != '') ? this.usda72 : usda84(usd5u))+'px'; |
The problem is that this.usda72 is equal to NaN (which is not the same as ''). I'm not about to try and debug the obfuscated code any farther than that.
Any help to get this to work correctly?
Thanks, Ben
|
|
|
|
|
|
|
|
|