Community
Participate
Working Groups
Currently a keybinding defined by ACTIVE_KEYS automatically cancels all matching key-events. This might not always be desired. Instead ACTIVE_KEYS should never be canceled, and a second list of keys that will be canceled can be given. The alternative of supporting doit = false on the key event is not a workable solution since it would mean to either block the browser while the request is running, or to exclude certain keys due to browser security restrictions (untrusted keys).
Fixed in CVS HEAD. The list is given the same way as active keys, just with the contant RWT.CANCEL_KEYS instead.