if there is only a single event in the action, buffer it into/with a window.setTimeout function call, and wait for the trigger to execute and clean up as it does with multiple actions on a target

This commit is contained in:
Klaus Leithoff 2011-07-21 10:50:33 +00:00
parent b685831cbe
commit cae37dab26

View File

@ -337,7 +337,9 @@ function egwDropActionImplementation()
if (cnt == 1)
{
window.setTimeout(function() {
lnk.actionObj.execute(selected, _context);
},0);
}
if (cnt > 1)