Closed (won't fix)
Project:
Javascript Tools
Version:
4.7.x-1.x-dev
Component:
Tabs
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2007 at 17:33 UTC
Updated:
24 Apr 2007 at 01:00 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| b4.JPG | 2.66 KB | drupalzack |
Comments
Comment #1
drupalzack commentedI 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.
Comment #2
nedjoLikely 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.
Comment #3
drupalzack commentedThe 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