Opened 13 years ago
Closed 12 years ago
#5875 closed bug (notabug)
Accordion panel can't be acivated if accordion is hidden
Reported by: | SeanMcMillan | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.accordion | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I don't think this is a duplicate of 3905.
when you call .accordion('activate',2), it doesn't change the accordion state if the accordion is hidden. I've attached a test case.
Based on the script, I would expect "Three" to be expanded, but "One" still is.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | example.html added |
---|
comment:1 Changed 12 years ago by
Milestone: | TBD → 1.9 |
---|
comment:2 Changed 12 years ago by
Status: | new → open |
---|
comment:3 Changed 12 years ago by
Please see fix here https://github.com/jquery/jquery-ui/pull/241.
Thanks
comment:4 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | open → closed |
Including the required functional CSS makes your example work.
Note: See
TracTickets for help on using
tickets.
Test case for hidden accordion