#6842 closed feature (fixed)
Accordion: Rename change event to activate
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9.0 |
Component: | ui.accordion | Version: | 1.8.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
Deprecate change event in 1.9 and remove in 2.0. Update UI properties: Change newContent to newPanel, oldContent to oldPanel.
Change History (4)
comment:1 Changed 12 years ago by
Priority: | minor → blocker |
---|---|
Status: | new → open |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:3 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 11 years ago by
Accordion: Update activate and beforeActivate event properties to newPanel/oldPanel (instead of content). Fixes #6840 and #6842
Changeset: e0fe788ee0c0c0d8d23f9d90b9acff713ba1302f
Note: See
TracTickets for help on using
tickets.
Accordion: Renamed changestart and change events to beforeActivate and activate, respectively. Fixes #6840 - Accordion: Rename changestart event to beforeActivate. Fixes #6842 - Accordion: Rename change event to activate.