#6538 closed Bug (duplicate)
insertHtml on Safari Mac OSX Snow Leopard (5.0.2) fails on nightlies
Reported by: | George Vilches | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to replicate:
- Go to http://nightly.ckeditor.com/6002/_samples/replacebyclass.html in Safari on OSX (5.0.2)
- Do not focus on the editor.
- Execute this JS in your console:
CKEDITOR.instances['editor1'].insertHtml("test");
The error is: TypeError: Result of expression 'I' [null] is not an object.
In Safari 5.0.2 (Windows), this works fine. In Chrome (OSX), the nightlies works fine.
So this error ONLY exists on Safari 5.0.2 for Mac (Snow Leopard), as of the nightlies.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
#6497 is closed as invalid, because this only applies to OSX, not Windows. You can't dupe a closed bug. Please at least re-open one of them, since I am incapable of doing so.
Dup of 6497