Having an issue where putting the cursor on or selecting an image that was inserted by calling CKEDITOR.instances["editor1"].insertHtml(data) and then pressing backspace/delete causes Chrome to go back to the previous page. It doesn't do anything in Safari, but works fine in Firefox.
Has anyone else noticed this? Is it a problem with my plugins?
EDIT: Looking into it more closely, it might be the data getting inserted that's causing the issue.
