Side navigation
#11763 closed bug (invalid)
Opened May 14, 2012 01:52PM UTC
Closed May 14, 2012 02:19PM UTC
Last modified May 14, 2012 04:24PM UTC
the property of event.bubbles in focusin and focusout is false
Reported by: | gdoron12345@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Stackoverflow question with the details and jsfiddle.
http://stackoverflow.com/q/10584488/601179
I'll paste the fiddle again:
As the reply says in the StackOverflow thread, the documentation doesn't claim to normalize the
event.bubbles
property. You can look for it inevent.originalEvent
but that will be whatever the platform provided, unnormalized.