Basically, I set contentEditable to true on double click. In IE 8,9,10 it does not have focus, e.g. typing to not change anything, and you have to click third time to acquire the focus. In Chrome it works as expected (you double click and can start typing) Here is the minimal Basically, I set contentEditable to true on dou