"Kevin Damm" <[EMAIL PROTECTED]> writes:

Maybe the onchange event isn't propagating to document.body in IE.
Have you tried wrapping everything in a <div> and connecting the
signal handler to that div instead?  That seems to be a good
workaround.

It doesn't work as well.  I have the impression that IE's not propagating this
the way we need it to be...
http://godoy.homeip.net/~godoy/testing_events.html   (window + document.body)
http://godoy.homeip.net/~godoy/testing_events2.html  (window + window.document)
http://godoy.homeip.net/~godoy/testing_events3.html  (window + div wrapped)

No failure is showed on IE in any of these 6 tests.

Thanks for your suggestion!

I was discussing this with Karl Guertin earlier and one of the possibilities
he talked about is that MochiKit is intercepting that somewhere...  (Or IE not
bubbling it as well...)

--
Jorge Godoy      <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to