forked from extern/egroupware
fix bug regarding the positioning of the drag n drop context menu popup
This commit is contained in:
parent
0de56cd9bc
commit
988373b6c4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user