• Using this prevents all keyboard events from being executed

    By Oliver Busse 1 decade ago

    Using this a while and now encountered a problem with the keyboard events.

    As you catch all document.keyup event I am not able to catch them by myself nor within an Xpage (Dojo also cannot handle the events any more).

    I tried to deactivate the built-in document.onkeyup method but no luck. Dojo (and in my case jQuery) are not triggered by the keyup events.