tags:

views:

113

answers:

3

Hello, I have a Dijit Lightbox on a page, and its working perfect (well close enough.. the close button does not work in IE)

Then I created a Dojo Tab, and it is also working perfect.

Then I put the lightbox page, in the tab, and it also worked perfect.

But then I made the lightbox tab content only load when clicked, and it showed my page ok. But the Dijit lightbox did not work. Clicking the image, just opens the image.

Given I know my code works outside of the tab when called by itself, and inside the tab, when called on load, does anyone know if it should work inside a tab when called on clicking the tab?

Thanks gggggggg

A: 

I've got the same problem here. Did you find a solution for it?

Guido Lemmens 2
A: 

no i gave up. but i would be keen for it still if you learn.

gggggggg
A: 

I think this is similar to this other issue I have:

http://stackoverflow.com/questions/2369430/dojo-parseonloadfalse-then-not-loading-dojo-modules/2375385#2375385

gggggggg