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.
Comments
Post a Comment