Opened 16 years ago
Closed 16 years ago
#2895 closed Bug (fixed)
Error when switching to source with selection
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed IE Review? | Cc: |
Description
Steps to Reproduce
- Load the editor.
- Select some text.
- Switch to source.
In IE, and error is thrown. No problem with FF.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | 2895.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
The patch to #2883 seems to have fixed the same problem by removing the onSelectionSet hook in selection plugin.
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed by [3063]. The issue is no longer present in the trunk.
This error is caused because of the changes introduced with [3051].