Ticket #4502 (closed defect: worksforme)
TabContainer: Several bugs when adding tabs programatically
| Reported by: | guest | Owned by: | peller |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | Dijit | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: | tk |
Description (last modified by peller) (diff)
I noticed the problems in test_TabContainer_remote.html .
- When adding a tab , and selecting different tabs , the css styles won't always change as they should to selected , not selected .
- When adding more than one tab , the new tabs will have 1px cutoff in between the button and the tab area
- When adding more tabs , so that a second line of tabs i required , the first tab showing up on the second line , doesn't create a second line , it just overlaps the content . The same tab also doesn't show up at the start of the first line , instead shows up somewhere in the middle
- When adding even more tabs , the second line gets created but tabs are still starting from the middle