#19: observing mousedown (Open)

Mar 27 2008 * 17:04
Reported by:   Assigned to: samuel 
Priority: Normal  Milestone:  

This call causes a delay on other events to execute in IE 6

document.observe(‘mousedown’, onMousedown);

We are specifically calling a function on the oncontext menu and for some reason this delays the event firing for us.

This is only seen in IE.

Changelog:

Modified by – Mar 31 2008 * 08:58

  • Assigned user set to samuel

Please try with trunk version of drag.js, it should solve your performance issue but if it doesn’t, please let us know where we can try your page.