IDEMPIERE-3566 shortcut key for process gear (alt + o) don't effect (#396)
This commit is contained in:
parent
530d5e7b9a
commit
d44fde9e08
|
@ -781,10 +781,6 @@ public class ADWindowToolbar extends FToolbar implements EventListener<Event>
|
||||||
keyEvent.stopPropagation();
|
keyEvent.stopPropagation();
|
||||||
if (!btn.isDisabled() && btn.isVisible()) {
|
if (!btn.isDisabled() && btn.isVisible()) {
|
||||||
Events.sendEvent(btn, new Event(Events.ON_CLICK, btn));
|
Events.sendEvent(btn, new Event(Events.ON_CLICK, btn));
|
||||||
//client side script to close combobox popup
|
|
||||||
String script = "var w=zk.Widget.$('#" + btn.getUuid()+"'); " +
|
|
||||||
"zWatch.fire('onFloatUp', w);";
|
|
||||||
Clients.response(new AuScript(script));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue