Changes between Version 1 and Version 2 of Ticket #12619, comment 3
- Timestamp:
- Feb 27, 2015, 7:49:05 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12619, comment 3
v1 v2 1 To allow drop on empty document we are forced to listen to {{{dragover}}} event on {{{CKEDITOR.document}}} and prevent default browser behaviour . Since issue seems quite easy to fix, there is an issue that we are interferencing DOM element which is aCKEDTIOR property.1 To allow drop on empty document we are forced to listen to {{{dragover}}} event on {{{CKEDITOR.document}}} and prevent default browser behaviour when fired. Since issue seems quite easy to fix, there is an issue that we are interferencing DOM element which is not an CKEDTIOR property. 2 2 3 3 I think this shouldn't be a default behaviour. We should add an option config, which will let user decide whether he or she want us to prevent default browser behaviour.