Opened 9 years ago
Closed 9 years ago
#4732 closed bug (fixed)
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.
Change History (1)
comment:1 Changed 9 years ago by
Milestone: | TBD → 1.8 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r3009.