UPDATE: This has been identified as a bug in Chrome. (Thanks @michael-robinson)
In Chrome (v22 at least), I notice that it's possible for spellchecking "red squiggly" underlines to remain even after contentEditable has been disabled.
I made a jsfiddle to demonstrate: jsfiddle demo.
Even if I set the attribute spellcheck="false"
before disabling contentEditable
, they remain.
Anyone know how a nice way to solve or work around this? Ideally I'd retain the built-in spell checking functionality when the content is editable.