Opened 14 years ago
Closed 14 years ago
#7594 closed defect (fixed)
TabContainer: programmatically adding a tab to an empty TabContainer displays tab wrong.
Reported by: | taroth | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.2beta |
Keywords: | programmatic, tab | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
When adding a tab to an empty tab container, the content area is not properly sized until a second tab is added.
Last tested svn version: 15124.
Browser: Firefix 3.0.1 (Ubuntu Hardy).
Attached a test case showing problem and a screenshot.
Attachments (2)
Change History (4)
Changed 14 years ago by
Attachment: | test-TabContainer-Empty-prog.html added |
---|
Changed 14 years ago by
Attachment: | test-TabContainer-Empty-prog.png added |
---|
comment:1 Changed 14 years ago by
Milestone: | tbd → 1.2 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
Summary: | Programmatically adding a tab to an empty TabContainer displays tab wrong. → TabContainer: programmatically adding a tab to an empty TabContainer displays tab wrong. |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [15137]) Fixes #5821, fixes #7594: programatically adding tab to empty TabContainer? fails. Problem was that we were querying size of tab strip before any tabs had been created, thus it was coming out as 0.
May also help fix part of #4502 (refs #4502).
!strict