Opened 13 years ago
Closed 13 years ago
#7015 closed defect (invalid)
TabContainer: 1st tab in tabContainer created programmatically does not render properly.
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.1.1 |
Keywords: | TabContainer, render | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
. . .
This problem appears in FF 3 and IE 7 at least; I have not tested other browsers.
When creating a TabContainer? with a single programmatically created tab, it misrenders the tab.
Additional testing shows that if two tabs are created programmatically quite quickly, both tabs are misrendered.
Workaround: create a dummy tab after a small timeout delay (20 ms appears to work) and then delete the dummy tab.
Change History (2)
comment:1 Changed 13 years ago by
Component: | DojoX Widgets → Dijit |
---|---|
Owner: | dante deleted |
Summary: | 1st tab in tabContainer created programmatically does not render properly. → TabContainer: 1st tab in tabContainer created programmatically does not render properly. |
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
OK Scott, I see your code in the forum post but please put that into a test file and attach it to this ticket using the "Attach file" button, and then reopen.
Try to get a smaller test case w/out using BorderContainer, AccordionContainer, etc. and whatever that createIframe() function is.
BTW you shouldn't need to call TabContainer?.layout() at all.
Try attaching a test case using the Attach File button.