Ticket #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
Change History
comment:2 Changed 4 years ago by lisaj
- 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 4 years ago by wwalc
- Keywords Confirmed IE added; Pending removed
Confirmed in IE6, IE7 and IE8.
comment:5 Changed 4 years ago by garry.yao
- Owner set to garry.yao
- Keywords Review? added
- Status changed from new to assigned
comment:6 Changed 4 years ago by fredck
- 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.
comment:9 Changed 4 years ago by garry.yao
- Status changed from assigned to closed
- Resolution set to fixed
Fixed with [4445].
comment:10 Changed 3 years ago by fredck
#4706 has been marked as DUP.
comment:11 Changed 3 years ago by fredck
#4766 has been marked as DUP.
Note: See
TracTickets for help on using
tickets.

Could you please provide more details on it?