Opened 12 years ago
Closed 12 years ago
#7409 closed bug (notabug)
Creating inner-accordions into an empty accordion
Reported by: | TheDoci | Owned by: | TheDoci |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.accordion | Version: | 1.8.13 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
When we have inner-accordions, the destroy-recreate method to refresh an accordion after adding some panels doesn't work correctly.
When you click on the button in the second accordion it adds a section into it. But the sub-accordion doesn't work (in spite of the desctruction-recreation of the accordion). Test it : http://jsfiddle.net/YL99D/
BUT if you modify the HTML code this way (add a first section in the #sections div), it works perfectly when we click the button : http://jsfiddle.net/YL99D/1/
Additionnal information :
- version of JQuery : 1.5.1
- browser : Firefox 4.0.1
- operating system : Windows 7 64 bits Family Edition
Change History (3)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Owner: | set to TheDoci |
---|---|
Status: | new → pending |
This test doesn't look correct at all. You're destroying widgets that never exist and reading data off widgets that don't have any data. Please provide an even more reduced test case showing the problem or use the forums for help.
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
In the future, please do not dump tons of code into the ticket.