Skip to main content

Bug Tracker

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:

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

Attachments (0)
Change History (2)

Changed May 14, 2012 02:19PM UTC by dmethvin comment:1

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.

Changed May 14, 2012 04:24PM UTC by gdoron12345@gmail.com comment:2

Why shouldn't jQuery normalize the event object? it seems strange to pass a jQuery event object with wrong data.