Changes between Initial Version and Version 7 of Ticket #11219
- Timestamp:
- Jan 19, 2014, 11:56:35 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11219
-
Property
Status
changed from
new
toconfirmed
-
Property
Summary
changed from
Dragging image2 without caption fires paste event
toDragging image2 with caption does not fire paste event
-
Property
Milestone
changed from
to
CKEditor 4.4
-
Property
Status
changed from
-
Ticket #11219 – Description
initial v7 1 Part of: #11437. 2 3 === Solution description === 4 5 1. Editor#paste event has to be modified so it inserts content into passed (as a data property) range or current selection. This is required, so it will be possible to drop between blocks (required by block widgets dnd). 6 7 2. Widgets has to fire editor#drop and finalize their entire dnd process only by using this event. Currently we just move DOM element when dnding block widget, but we need to change this, so inline and block widgets dnd will work the same way. 8 9 === Original ticket description === 10 1 11 Using Firefox (other browsers untested), open http://ckeditor.com/demo#widgets and set in the console a listener for paste: 2 12 {{{