Hi all,

After some tests, I found that on IE, forms and inputs specific events
(change, submit, focus...) can not be handled with the on method nore with
Event.Handler using a parent object :

$("some_div_id").on("change", "input", doSomething);

works fine on Firefox and webkit browsers but not on IE(8) : doSomething is
not called.

Am I missing something ? Is there a way to get it work ?

Thanks
Guillaume

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to