diff --git a/source/Ox.UI/js/Core/Element.js b/source/Ox.UI/js/Core/Element.js index 982fcbbc..a3b38ec4 100644 --- a/source/Ox.UI/js/Core/Element.js +++ b/source/Ox.UI/js/Core/Element.js @@ -120,9 +120,9 @@ Ox.Element = function(options, self) { var clientX, clientY, dragTimeout = 0, mouseInterval = 0; + that.triggerEvent('mousedown', e); if (!self._mouseTimeout) { // first mousedown - that.triggerEvent('mousedown', e); self._drag = false; self._mouseup = false; self._mouseTimeout = setTimeout(function() {