You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, #26 is not related to this issue. This issue only affects IE8 and is solved by deferring the text normalization. (It is a work around for some timing issue in IE8)
To reproduce: (use native IE8, not IE9 in IE8 mode)
Go to http://jquery-spellchecker.badsyntax.co/ckeditor.html
Place the cursor between "great explorer" and "of the truth" in the paragraph. Hit enter.
Press spellchecker (ABC-button on the top of the editor).
Spellcheck the second paragraph (starting with 'of the truth'... Correct Noo, consequencses's and painful.
At either "consequencses's" or "painful", the normalize function will create an extra paragraph when normalizing the p-element.
Created a pull request at padolsey/findAndReplaceDOMText#9
that will fix this problem, hopefully.
The text was updated successfully, but these errors were encountered: