To those who are still looking for a solution, you may try the following for the jQuery version:
$(“#editor iframe”).contents().find(“body”).attr(‘contenteditable’, ‘false’);
Hi Peter,
Yes, this really helps. Thank you for your prompt response. I’m just wondering why this is happening because in versions 5.4.0 and below, it’s not.
Regards, madmark