accordion steals clicks on header?

accordion steals clicks on header?


The clickHandler in the accordion happily does a "return false" on all
its exit paths, which means it stills all clicks on the header. This
breaks a use case I have: we have a remove-button in the header which
allows users to remove elements from the accordion.
Is there an important reason for the clickHandler to return false?
Wichert.