Opened 14 years ago
Closed 14 years ago
#4524 closed bug (invalid)
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)
Note: See
TracTickets for help on using
tickets.
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.