Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1810
javascript onmousedown event canceled
posted

Hi,

We recently added a WebDataTree to an already existing site where a particular drag n drop script is used, which handles the document.onmousedown event as a part of the d&d implementation.

The problem we are having is that the WebDataTree's script canceles the mousedown  event, at least I think so after debugging it, so the question is ¿How can I make WebDataTree not to cancel the event so is handled at the d&d's handler?

 

Thanks