Back to Dojo

onkeypress and disconnect test

testsDOH/_base/eventKeyPress.html

1.17.3530 B
Original Source

onkeypress and disconnect test

This page tests the operation of keypress in a text input. Safari 3.1 changed its key model. Look in the console for log message about getting keypress events.

This page also tests that we can dojo.disconnect correctly. Clicking on the Disconnect buttons should turn off the console logs associated with the matching connect calls.

The input

Disconnect first keypressDisconnect second keypress

Disconnect keydownDisconnect keyup

Disconnect mouseenteredDisconnect mouseleave

Disconnect click