mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
fix bug regarding the positioning of the drag n drop context menu
This commit is contained in:
parent
e8cb25e111
commit
e062cfc601
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user