Search and Top Navigation
#4732 closed bug (fixed)
Opened July 30, 2009 11:29AM UTC
Closed July 31, 2009 12:24AM UTC
accordion steals header clicks
Reported by: | wichert | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | ui.accordion | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The clickHandler in the accordion happily does a "return false" on all its exit paths, which means it steals all clicks on the header and you can no longer bind to them using live events.
This breaks a use case I have: we have a remove-button in the header which allows users to remove elements from the accordion.
As far as I can see there is no reason to return false from clickHandler.
Attachments (0)
Change History (1)
Changed July 31, 2009 12:24AM UTC by comment:1
milestone: | TBD → 1.8 |
---|---|
resolution: | → fixed |
status: | new → closed |
Fixed in r3009.