The focus, blur, submit, reset, change and select Events do not bubble up to the window/document in IE by default. Our Element Delegation should fix this
This should delegate the onblur and onfocus events
Clicking one of the buttons should fire the submit or reset events. For the submit event: Try tabbing to the buttons and press enter, or tabbing to the element and press enter.
This form has another ID, so only the reset button should delegate
Change the text. When you blur the input field, the change event should fire for both the form and the input fields
Select some text and the select event should fire
This should remove all events so none of them are delegated anymore:
-