Opened 14 years ago
Closed 14 years ago
#3089 closed defect (fixed)
TabContainer breaks layout when closing tab
Reported by: | guest | Owned by: | koranteng |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | tabcontainer | Cc: | |
Blocked By: | Blocking: |
Description
as seen in /trunk/dijit/themes/themeTester.html
[in this case, encased in a splitcontainer]: closing a tab creates a blank space = to the height of the tab bar immediately below. no ammount of window resizing or positioning forces a re-render. only tested in FF.
note: bottom-aligned closable tab has a similar, though opposite, affect: content shifts up same ammount, but does not leave a blank space. formating is maintained.
Change History (2)
comment:1 Changed 14 years ago by
Owner: | changed from bill to koranteng |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [9002]) Fixes #3089 (space between tab labels and tab labels after destroying a tab). The layout code was changing the dim input parameter. Make a copy so we don't mess up our caller's data.