Dropped widget is not marked as focused on 'selectionChange' after drop #1462
Labels
browser:chrome
The issue can only be reproduced in the Chrome browser.
browser:edge
The issue can only be reproduced in the Edge (edgeHTML engine based) browser.
browser:ie
The issue can only be reproduced in the Internet Explorer browser.
browser:opera
The issue can only be reproduced in the Opera browser.
browser:safari
The issue can only be reproduced in the Safari browser.
plugin:widget
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Milestone
Are you reporting a feature request or a bug?
Bug
Check if the issue is already reported
Related issue probably: https://dev.ckeditor.com/ticket/14427
Provide detailed reproduction steps (if any)
selectionChange
event and logs focused widget):Expected result
After dropping the widget, when
selectionChange
is fired widget repository contains focused widget. If you look at SDK it even gives such code sample for CKEDITOR.editor.widgets.focused.Actual result
There is no focused widget in widget repository.
Other details
4.5.0
(before4.5.0
selectionChange
event was not fired on widget drop)widget
(tested withimage2
andembed
widgets)The text was updated successfully, but these errors were encountered: