Opened 12 years ago
Closed 12 years ago
#7137 closed feature (fixed)
Tabs: Rename show event to activate
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9.0 |
Component: | ui.tabs | Version: | 1.8.10 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Change History (4)
comment:1 Changed 12 years ago by
Priority: | minor → blocker |
---|---|
Status: | new → open |
comment:2 Changed 12 years ago by
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Tabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename show event to activate.
Changeset: 1fc91f90d0dea2bbc6c84bfa994e21d120391782
Note: See
TracTickets for help on using
tickets.
In order to improve consistency within the jQuery UI suite, select/selected will be renamed to activate/active across the board. What this means for tabs is that the selected option will be renamed to active, the select event will be renamed to beforeactivate, and the show event will be renamed to activate. The beforeactivate and activate options will include references to the tab and content panel for the old and new tabs, similar to accordion. In addition, the select method will be removed in favor of the setting the active option. Lastly, the deselectable option will be removed in 1.9 since it was deprecated in 1.8.
Related to #7135, #7136, #7138