Skip to main content

Search and Top Navigation

#4471 closed enhancement (fixed)

Opened April 14, 2009 01:18PM UTC

Closed May 06, 2009 04:19PM UTC

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

Attachments (0)
Change History (1)

Changed May 06, 2009 04:19PM UTC by jzaefferer comment:1

milestone: TBD1.7.2
resolution: → fixed
status: newclosed
summary: Accordion: pre-change event would be usefulAccordion: changestart event not documented

There is accordionchangestart, fired before animations start. The documentation didn't cover it, I just updated that.