Opened 11 years ago
Last modified 11 years ago
#11979 confirmed Bug
No support for ctrl key while dropping
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
In browsers like FF, IE you are able to press ctrl before (and hold it until) dropping a content. This way you should be able to copy dragged content instead of moving it.
- open sample with CKEditor with new DnD
- drag any element/text inside the editor
- while dragging hold the
ctrl
key
Notice how the cursor changes to indicate a copy
- drop it in any place
- release
ctrl
key
Expected result:
Origin instance should not be removed.
Current result:
Origin is being moved ignoring ctrl key.
additional info:
- Blink does not provide handling for this feature
- I'm not sure if this feature is present in OSX