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.
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.