blur event fires activated() instead of deactivated()
Closed this issue · 1 comments
afoeder commented
In both
- https://github.com/bergie/create/blob/master/src/editingWidgets/jquery.Midgard.midgardEditableEditorCKEditor.js#L32 and
- https://github.com/bergie/create/blob/master/src/editingWidgets/jquery.Midgard.midgardEditableEditorTinyMCE.js#L35
...the blur event fires activated()
while deactivated()
would be exptected; this is also what the documentation seems to state: http://createjs.org/guide/#editable
Is this actually wrong?