Since updating to Chrome 60.0.3112.101 from 60.0.3112.90
I am no longer able to position the cursor in the email body and edit in draft mode. Upon investigation using browser DEV Tools it is noticeable that the [contenteditable="true" defaultvalue=""] attributes on the content iframe document
are not there in Chrome, whereas they are in IE. Seems there might be an issue wrt loading of the iframe. Anyone found a workaround? Adding the Chrome ContentEditable plugin from the store works but this will probably have undesirable other effects.
Thanks, Chris