#6765 closed bug (fixed)
Tabs: Use event.preventDefault() instead of returning false
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.tabs | Version: | 1.8.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Tabs prevents event bubbling in cases where it should only prevent the default action.
Note: See
TracTickets for help on using
tickets.
Tabs: Use event.preventDefault() instead of return false. Fixes #6765 - Tabs: Use event.preventDefault() instead of returning false.