Bug Tracker

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11763 closed bug (invalid)

the property of event.bubbles in focusin and focusout is false

Reported by: [email protected] 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:

http://jsfiddle.net/gdoron/95u6a/

Change History (2)

comment:1 Changed 11 years ago by dmethvin

Resolution: invalid
Status: newclosed

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.

comment:2 Changed 11 years ago by [email protected]

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.