|
hi, i have implemented the mbimagenavigator in some some sort of a tabbed content it's all good till a switch the tab, then refresh and then go back to the tab with the imageNavigator. It seems something is bugged and it seems that it needs a redraw. because the loader is shown and I don't see the navigator itself, only the targeted image. if I double click twice on the image the navigator show itself, but the loader is still visible any ideas will be appreciated. i though on the possibility to unset the plugin (like using some sort of destroy like in widget factory) and then initiate it again. |
|
Hi, I don't know which tabset component are you using, but it for sure uses javascript to work; any further manipulation of the DOM structure once the mbImageNavigator is initialized create conflicts; the best way (or better the way I would adopt) is to load the imageNavigator each time you click on its tab via Ajax:
Bye, Matteo |
|
hm, ok i have done it with jqueryUi tabs, and implemented a loading specific tab in the select event also the code for init for imgNav I've put in the same file in document ready function
AND it works, i want to escape this method, but never-mind, thanks for the idea |


