It's late at night here, so this might be an embarrassingly stupid question...
What happens if one were to bind a `focusin` handler that runs event.stopPropagation(), wouldn't that also unexpectedly ruin the bubbling of 'submit', 'change' and 'select' events originating from within that element? If so, then this approach seems quite fragile, and the documentation for that behavior should warn users to be extra super careful when using focusin/focusout handlers. (I suppose non-native `mouseenter` and `mouseleave` events, are equally vulnerable to use of event.stopPropagation() within `mousein`/ `mouseout` events, but in such cases the bleed-over would be less surprising, than bleed-over between seemingly unrelated events like `submit`, `change` and `focusin`.) -- Már --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---