I sometimes get a partially rendered luna tab. When I click on the tab, the actual tab is properly rendered.

Doesn't happen all the time, but occasionally. I've seen this behavior on both IE and FF. So don't think this is browser specific.

I've attached a screenshot of the partial tab.

CommentFileSizeAuthor
b4.JPG2.66 KBdrupalzack

Comments

drupalzack’s picture

I guess I didn't word this properly. The tab is visible, but not the tab page. But on clicking the tab, the page is visible. Happens once a while.

nedjo’s picture

Status: Active » Closed (won't fix)

Likely this relates to the fact that the library used is old and hasn't been updated. Another good reason to update to 5.x, where we use the jQuery tabs library. Marking this won't fix since I don't have time or inclination to troubleshoot. But if anyone wants to post a patch, great.

drupalzack’s picture

The workaround, if anyone's interested, is to use

setupAllTabs();

after rendering a tab. So far after including this, I haven't run into this problem.

Thanks