Opened 10 years ago
Closed 10 years ago
#13233 closed defect (fixed)
TabContainer: "loses" tabs when width set to 0
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
A border container with splitter activated contains a resizable region that is a tab container. If the region is sized very small and the browser is resized, the tab container's tabs are lost and can not be recovered.
the test case enumerates the exact steps to reproduce the problem
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | test_BorderContainer_with_TabContainer.html added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [25508]) Removing some code apparently guarding for when resize() is called while TabContainer is hidden. That event should never happen, and the code was making the tab labels disappear forever if the TabContainer was momentarily set to width of 0.
Fixes #13233 !strict.