Making Accordion works within a modal dialog
Hello,
How do you make the Accordion works within a modal dialog?
I noticed that the Accordion works fine in a modeless dialog but not
within a modal one.
Once I looked in the jquery-ui-1.5 souce code I found that in the
function overlay.create(), which is used by a modal dialog, it binds
some functionality.
As the result while overlay is shown, the modal dialog will cancel
some UI events like mousedown/click/etc for its content, which would
trigger widgets' features like Accordion.
Is there any way to solve it?
Thanks in advance.