intel / appframeworkPlugins

Plugins for jqMobi
17 stars 23 forks source link

Accordion not working without reload #14

Closed iampbernardo closed 10 years ago

iampbernardo commented 10 years ago

Working in an APP with Backbone, RequireJS and APP Framework I am having an issue in one of my views with the accordion pluggin.

I have a form whose filelds come from database and are inside an accordion. If I just navigate to my view url, the accordion is full with the data, but the accordion just doesn't toggle.

Then if i reload the page, it works great.

What could be wrong?

imaffett commented 10 years ago

Any chance you can get a basic demo up online that I can try to debug?

iampbernardo commented 10 years ago

Not possible for me, sorry.

iampbernardo commented 10 years ago

It loks like ti happends because I fill the accordion containers dinamically. But I reaaly dont't understand why it works when you reload the page.

I tested both on Firefox and Chrome.

imaffett commented 10 years ago

Without a test case, I can't help. If you can get a very basic version that reproduces the issue, I'd be happy to look into it.