#6234 closed bug (fixed)
mouseenter/mouseleave/hover event handler exceptions are caught unexpectedly
Reported by: | btburnett3 | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | event | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If the event handler for a mouseenter, mouseleave, or hover event throws an exception, this exception is caught by jQuery and not rethrown. This behavior is inconsistent with other event bindings, which do not catch exceptions in the event handlers.
Attachments (1)
Change History (4)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Patch committed in my fork:
http://github.com/btburnett3/jquery/commit/4463da5d236b369604c93994f6d612f3776480a3
comment:2 Changed 12 years ago by
need: | Review → Patch |
---|---|
Priority: | → undecided |
Resolution: | → invalid |
Status: | new → closed |
Invalid: I've tested your submitted test.html in both FireFox and Safari and both do not fire an exception when you hover/mouse over the shadowed box.
Could you please re-submit your ticket stating what browser and operating system you experienced the bug in?.
comment:3 Changed 12 years ago by
Resolution: | invalid → fixed |
---|
Note: See
TracTickets for help on using
tickets.
Test Case