#4658 closed bug (wontfix)
Accordion header text should be wrapped in a SPAN
Reported by: | ajpiano | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8 |
Component: | ui.accordion | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Text in the accordion header should be wrapped in a span, such that the text content of the header can be easily manipulated with .text(). Using .text() at present destroys the icons in the accordion header, forcing the user to resort to more hackish solutions...
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | 1.next → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
Accordion doesn't provide an API for setting the header text. There's nothing stopping users from wrapping their own code in a span to target just the text.