Opened 16 years ago
Last modified 15 years ago
#3106 confirmed Bug
[IE]editor.getSelection not right empty document
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 Beta 2 |
Keywords: | IE | Cc: |
Description
When initial a document with focus but no content, the CKEDITOR.editor::getSelection returns 'null', which disable and subsequent range requests, this bug is due to a IE bug which reporting selection which not belonged to parent document.
Attachments (1)
Change History (5)
Changed 16 years ago by
Attachment: | test-getSelection.patch added |
---|
comment:1 Changed 16 years ago by
The lower level method CKEDITOR.dom.document.getSelection is working in this sense.
comment:2 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | CKEditor 3.0 → CKEditor 3.x |
It fails only with a clean cache. If you them reload the test page (F5), it passes.
The workaround for it is delaying the execution of getSelection, by placing it inside a setTimeout( function(){ ... }, 0 )
call.
comment:3 Changed 15 years ago by
Version: | SVN (FCKeditor) → CKEditor 3.0 Beta 2 |
---|
Functional Test Case