Opened 13 years ago
Closed 13 years ago
#8843 closed Bug (fixed)
[IE9] Paste button always opens dialog
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.3 |
Component: | Core : Pasting | Version: | 3.6.3 |
Keywords: | IE | Cc: |
Description
No matter what choice made in the clipboard access dialog, paste dialog always opens when clicking the paste toolbar button.
Attachments (1)
Change History (6)
comment:1 Changed 13 years ago by
Changed 13 years ago by
Attachment: | 8843.patch added |
---|
comment:2 Changed 13 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → review |
The clipboard security dialog popup will take focus from the editor, att this moment the pastebin, but when dialog is closed focus selection will not be properly restored thus the native paste command will become broken, the fix should simply disable the selection removal when focus is left from an internal editable host other than the document body.
comment:3 Changed 13 years ago by
Milestone: | → CKEditor 3.6.3 |
---|
Regression of [7402].