Opened 14 years ago
Last modified 14 years ago
#6192 closed Bug
Webkit: editor.focus() fails if no selection ranges exist — at Initial Version
Reported by: | Jude Allred | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.1 |
Component: | General | Version: | 3.4.1 |
Keywords: | WebKit | Cc: |
Description
This causes insertion into the editor to fail.
Repro steps:
- use Chrome
- go to ckeditor.com/demo
- without focusing the editor, attempt to insert a smiley
- smiley insertion fails. [expected] a smily is inserted.
Ditto for tables, attachments, and all other insertables.
I've written and tested a fix. It's attached as an hg patch file.