Opened 14 years ago
Closed 14 years ago
#4471 closed enhancement (fixed)
Accordion: changestart event not documented
Reported by: | mikecapp | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.7.2 |
Component: | ui.accordion | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When accordion sections contain "live" dynamic content, it's wasteful to keep hidden ones updated, but when switching you want to update the new section's content block before beginning the animation.
Something like the existing accordionchange event, but firing before any animation starts, and ideally without the buggy content properties raised as #4469
Change History (1)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.7.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | Accordion: pre-change event would be useful → Accordion: changestart event not documented |
Note: See
TracTickets for help on using
tickets.
There is accordionchangestart, fired before animations start. The documentation didn't cover it, I just updated that.