javascript - What's the best way to stop a click event propagating in IE9 beta? -


dojo.stopevent no longer appears stop default action of click event (or submit event) in ie9. how has event handling changed ie8 ie9 , what's best way stop event in ie9? event.preventdefault() doesn't appear stop click event happening either.

this should resolved of dojo 1.6 rc1. give try.

http://download.dojotoolkit.org/release-1.6.0rc1/

http://bugs.dojotoolkit.org/ticket/12257


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -