Opened 17 years ago
Closed 17 years ago
#3216 closed Bug (fixed)
Paste as text button may paste into the editor's container document in IE
| Reported by: | Martin Kou | Owned by: | Martin Kou |
|---|---|---|---|
| Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | IE Review+ | Cc: |
Description
To reproduce:
- Open replacebyclass.html in IE.
- If the focus is inside the editing area, click outside of it to defocus.
- Copy some random text into clipboard.
- Click the "Paste as Plain Text" button.
- The text is pasted into the parent document.
Attachments (2)
Change History (7)
Changed 17 years ago by
| Attachment: | 3216.patch added |
|---|
comment:1 Changed 17 years ago by
| Keywords: | Review? added |
|---|
comment:2 Changed 17 years ago by
| Keywords: | Review- added; Review? removed |
|---|
Changed 17 years ago by
| Attachment: | 3216_2.patch added |
|---|
comment:3 Changed 17 years ago by
| Keywords: | Review? added; Review- removed |
|---|
comment:4 Changed 17 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
comment:5 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed with [3296].
Click here for more info about our SVN system.

Instead of doing nothing, what about moving the focus to the editor before execution?