I have a problem with the browser behaviour to drop files. I have a “ContentPanel” which contains a file drag and drop area. when I drag and drop a file there everything is ok but when I drop the file in some other place inside of the “ContentPanel”, the browser opens the file (behaviour by default).
How can I avoid this? Nothing should happens in this last case.
It is necessary 2 drop handlers, one for the content panel and other for drag and drop area.