#4567 closed Bug (fixed)
IE8 In source view pres backspace throw error on page
Reported by: | lisaj | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | General | Version: | |
Keywords: | Confirmed IE Review+ | Cc: |
Description
After update to ckeditor 3.0.1 when i delete text in source view in IE error on page is throw but editor work. It is see on demo page
Attachments (2)
Change History (13)
comment:1 Changed 15 years ago by
Keywords: | Pending added |
---|
comment:2 Changed 15 years ago by
- open ckeditor demo page
- switch to source editor
- delete character with backspace
- Error on the page in ckeditor.js at line 71 char 2262 r.getSelection() is null
Tested in IE8
comment:3 Changed 15 years ago by
Keywords: | Confirmed IE added; Pending removed |
---|
Confirmed in IE6, IE7 and IE8.
Changed 15 years ago by
Attachment: | 4567.patch added |
---|
comment:5 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:6 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
Theoretically, the wysiwyg plugin knows nothing about the "source" mode. Actually, we may even have unknown modes. So, checking for "source" there is wrong. It must instead check if it's own "wysiwyg" mode.
Changed 15 years ago by
Attachment: | 4567_2.patch added |
---|
comment:7 Changed 15 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:8 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Could you please provide more details on it?