Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
Description
the mousedown event doesnt bubble up in safari 3 or 4 (possible others, not FF3)
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.