benlenarts / Element.Type

Rapid abstraction of structure and development of behavior for MooTools
3 stars 0 forks source link

bug: non-bubbling events #2

Open benlenarts opened 14 years ago

benlenarts commented 14 years ago

e.g. focus and blur

would it help to use mootools' event delegation?

benlenarts commented 14 years ago

The event delegation feature of MooTools 2.0 is going to support this.

benlenarts commented 14 years ago

Also, onsubmit doesn't bubble in IE.

Complete reference of cross-browser event behavior: http://www.quirksmode.org/dom/events/index.html