Modify ↓
Ticket #11763 (closed bug: invalid)
the property of event.bubbles in focusin and focusout is false
| Reported by: | gdoron12345@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Stackoverflow question with the details and jsfiddle. http://stackoverflow.com/q/10584488/601179
I'll paste the fiddle again:
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

As the reply says in the StackOverflow thread, the documentation doesn't claim to normalize the event.bubbles property. You can look for it in event.originalEvent but that will be whatever the platform provided, unnormalized.