Search and Top Navigation
#5875 closed bug (notabug)
Opened July 29, 2010 04:09PM UTC
Closed May 11, 2011 12:57PM UTC
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 (4)
Changed October 21, 2010 03:58AM UTC by comment:1
milestone: | TBD → 1.9 |
---|
Changed March 28, 2011 08:53PM UTC by comment:2
status: | new → open |
---|
Changed May 10, 2011 08:30PM UTC by comment:3
Please see fix here https://github.com/jquery/jquery-ui/pull/241.
Thanks
Changed May 11, 2011 12:57PM UTC by comment:4
resolution: | → invalid |
---|---|
status: | open → closed |
Including the required functional CSS makes your example work.