Opened 8 years ago
Last modified 8 years ago
#16593 closed Bug
IE11 regular pasting doesn't work — at Version 1
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.6.0 |
Component: | Plugin : Paste from Word | Version: | 4.6.0 |
Keywords: | Cc: |
Description (last modified by )
IE11 regular pasting doesn't work
- Open an editor instance with new
pastefromword
implementation in IE11. - Set the content using source button to the following:
<h1>Hello world!</h1> <ol> <li>dsa</li> </ol> <p>I'm an instance of <a href="http://ckeditor.com">CKEditor</a>.</p>
- Press ctrl + x.
- Press ctrl + v.
Expected result
Content gets pasted.
Actual result
Nothing happens.
Important notes
It happens only on Windows 7 IE11 - I've tested it with Windows 10 IE11 and it's fine there.
Also the bug comes 100% from new PFW, as if you disable the plugin it works OK.
Change History (1)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |