﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6497	insertHtml method JS error on Webkit browsers, failing	George Vilches		"Steps to replicate:

  1. Go to http://ckeditor.com/demo
  2. Open your browser's debug console of choice.
  3. Do not focus on the editor.
  4. Execute this JS in your console: CKEDITOR.instances['editor1'].insertHtml(""test"");

Results on Safari 5.0.2 (no insert occurs):
TypeError: Result of expression 'H' [null] is not an object.

Results on Chrome 7.0.517.41 (no insert occurs):
TypeError: Cannot call method 'scrollIntoView' of null

Firefox 3.6 works fine.

If you focus the window first, Chrome also works fine.  Safari is still finicky about it, the dev console tends to take focus away, but if you can run that snippet in a way that doesn't lose focus, it inserts fine.
"	Bug	closed	Normal		General		expired	Safari	
