IDEMPIERE-599 Zk: Clean up shortcut key implementation. Key listener js changes break combobox.
This commit is contained in:
parent
39a01cfed9
commit
b0c4522e1b
|
@ -96,8 +96,6 @@ zkforge.KeyListener = zk.$extends(zul.Widget, {
|
|||
}
|
||||
|
||||
evt.preventDefault();
|
||||
evt.stopImmediatePropagation();
|
||||
evt.stop();
|
||||
|
||||
zAu.send(new zk.Event(zk.Widget.$(this), 'onCtrlKey', {keyCode: keycode, ctrlKey: evt.ctrlKey, shiftKey: evt.shiftKey, altKey: evt.altKey}, {toServer: true}));
|
||||
|
||||
|
|
Loading…
Reference in New Issue