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
|
// object and the drop action object share same
|
||||||
// set of properties.
|
// set of properties.
|
||||||
var popup = getPopupImplementation();
|
var popup = getPopupImplementation();
|
||||||
var pos = popup._getPageXY(event);
|
var pos = popup._getPageXY(event.originalEvent);
|
||||||
window.setTimeout(function() {
|
window.setTimeout(function() {
|
||||||
popup.doExecuteImplementation(pos, selected, links,
|
popup.doExecuteImplementation(pos, selected, links,
|
||||||
_context);
|
_context);
|
||||||
|
Loading…
Reference in New Issue
Block a user