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

This commit is contained in:
Klaus Leithoff 2013-06-03 10:47:33 +00:00
parent e8cb25e111
commit e062cfc601

View File

@ -351,7 +351,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);