[ 
https://jira.nuxeo.com/browse/NXP-6688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=92650#comment-92650
 ] 

Thierry Delprat commented on NXP-6688:
--------------------------------------

We can make the DropZone only appear when needed :

//
      $("body").bind("dragenter", showDropZone);

      });

      function showDropZone(event) {
          if ("Files"==event.originalEvent.dataTransfer.types) {
            $("#dropzone").css("visibility","visible");
          }
      }

> Prototype HTML5 DnD in an HTML/WebEngine module
> -----------------------------------------------
>
>                 Key: NXP-6688
>                 URL: https://jira.nuxeo.com/browse/NXP-6688
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Sub-task
>            Reporter: Thierry Delprat
>            Assignee: Thierry Delprat
>             Fix For: 5.4.2
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to