Skip to main content

Bug Tracker

Side navigation

#4524 closed bug (invalid)

Opened April 12, 2009 02:31PM UTC

Closed April 13, 2009 12:12AM UTC

mousedown event doesnt bubble in safari

Reported by: msaspence Owned by: brandon
Priority: major Milestone: 1.4
Component: event Version: 1.3.2
Keywords: mousedown bubbling Cc:
Blocked by: Blocking:
Description

the mousedown event doesnt bubble up in safari 3 or 4 (possible others, not FF3)

Attachments (0)
Change History (1)

Changed April 13, 2009 12:12AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

Not all events bubble in all browsers. If the event doesn't bubble in native DOM and event handlers then jQuery won't bubble it either. Does mousedown bubble natively but not in jQuery? If so, reopen this as a bug and attach a test case.