Opened 8 years ago
Closed 8 years ago
#16954 closed New Feature (fixed)
Remove paste dialog
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.7.0 |
Component: | Core : Pasting | Version: | |
Keywords: | Cc: |
Description
Paste dialog has been around for a long time. However it's just an extra problem to maintain, as for instance it does not pass data transfer.
In addition to this, very little people use toolbar for pasting this days.
Also we want to unify some behavior, e.g. make sure that Paste from Word is executed always with the same logic for everyone.
As such we need to remove paste dialog, and display a proper notification, asking for pressing keyboard hotkey for that.
Change History (3)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Fixed with git:2e060a0df2. Merged to major.
Related PR: https://github.com/ckeditor/ckeditor-dev/pull/330
It also brings support for paste as plain text for IE.