Search and Top Navigation
#3606 closed bug (notabug)
Opened November 19, 2008 02:41PM UTC
Closed November 30, 2008 01:25PM UTC
Last modified October 11, 2012 09:15PM UTC
accordion: rename change event (and remove namespacing?)
Reported by: | jzaefferer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.accordion | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Currently the accordion binds a change-event handler by default, which causes problems with forms inside the accordion: Upon changing an input field inside that accordion, a change event is bubbled and handled by the accordion, usually resulting in an error, as the ui argument is missing.
The event should be renamed to "accordionchange". The change option can be kept as is, maintaining compability.
Turned out the issue occured only in my customized copy. Nevermind.