fix bug regarding the positioning of the drag n drop context menu popup

This commit is contained in:
Klaus Leithoff 2012-03-16 12:30:52 +00:00
parent 0de56cd9bc
commit 988373b6c4

View File

@ -349,7 +349,7 @@ function egwDropActionImplementation()
// object and the drop action object share same
// set of properties.
var popup = getPopupImplementation();
var pos = popup._getPageXY(event);
var pos = popup._getPageXY(event.originalEvent);
window.setTimeout(function() {
popup.doExecuteImplementation(pos, selected, links,
_context);