Opened 11 years ago
Closed 11 years ago
#11550 closed defect (fixed)
TabContainer: make list-of-tabs menu align with button
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit - LnF | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | menuButton.png added |
---|
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [22703]) Converted TabContainer's list-of-tabs menu to be a drop down from the down-arrow button, rather than a left-click context menu, in order to make the menu align with the button. Fixes #11550 !strict.
Also changed the menu to be created on demand, rather than in-advance, to avoid the up-front cost of instantiating the table and to avoid the code complexity of mirroring all pane label/icon changes into the menu. (The menu is destroyed when the drop down is closed, and then recreated on re-open.)
Note: See
TracTickets for help on using
tickets.
screen shot