#11763 closed bug (invalid)
the property of event.bubbles in focusin and focusout is false
Reported by: | 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:
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Why shouldn't jQuery normalize the event object? it seems strange to pass a jQuery event object with wrong data.
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 inevent.originalEvent
but that will be whatever the platform provided, unnormalized.