Opened 14 years ago
Closed 14 years ago
#6358 closed Bug (worksforme)
Creating and inserting a new element fails in Webkit if editor not focused
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.2 |
Component: | General | Version: | 3.4.1 |
Keywords: | Cc: |
Description
This is actually the same ticket as #6178. It's still not working for me in Safari 5.0.2 @ Win 7.
TypeError: Result of expression 'marker' [null] is not an object. /ckeditor/_source/plugins/wysiwygarea/plugin.js:93
Steps to reproduce
Without focusing the editor, do the following:
- Open _samples/replacebyclass.html
- Click on "Insert Special Character" button and select some character, press "Ok".
or
- Open _samples/api.html
- Press "Insert HTML"
Attachments (1)
Change History (4)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
Changed 14 years ago by
Attachment: | 6358.patch added |
---|
comment:2 Changed 14 years ago by
Status: | confirmed → pending |
---|
This isn't reproducible after [5907], although it wasn't fixed by [5882] as stated in #6178.
Drown back is that after [5907] we always have to focus the editor before making any change.