Opened 16 years ago
Closed 16 years ago
#3740 closed Bug (fixed)
[IE] Paste from Word does not paste on last cursor location
Reported by: | Damian | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed IBM Review+ | Cc: |
Description
When using Paste from Word, the result is pasted at the beginning of the document instead of where the cursor was when the dialog was invoked.
Works as expected in FF.
Attachments (1)
Change History (6)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Keywords: | Discussion added |
---|
Changed 16 years ago by
Attachment: | 3740.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added; Discussion removed |
---|
Martin's revealed the reason behind this bug to me that dear 'contentEditable' has been turned off during the dialog life cycle for good of JAWS visual cursor mode, so the workaround could be let the insertion happened right after the closing.
comment:4 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
After some investigation, the bug is quite obscure, I think it's because of CKEDITOR.dom.range::select on a collapsed range, the native selection is lost after this statement:
Because I can make it works without it by manually remove the nodes inside, but the cursor doesn't blink.
Here I'll be asking for discussion: