Opened 11 years ago
Closed 10 years ago
#10778 closed enhancement (wontfix)
TabController right-click menu "Close All" feature
Reported by: | dcbarans | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit | Version: | 1.4.0 |
Keywords: | tabContainer, tab, close | Cc: | |
Blocked By: | Blocking: |
Description
I have created the functionality to "Close All" open tabs (that can be closed) via the right click context menu.
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | dojo-release-1.4.0-src-tabContainer-closeAll.patch added |
---|
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.6 |
---|
It seems reasonable.
This might also be a good opportunity to refactor the code to create one Menu for the whole TabController? (bound to each TabButton?) rather than creating individual Menu's for each Tab, which is heavyweight.
In any case, can you file a CLA? We can't look at patches w/out one. Thanks!
Note: See
TracTickets for help on using
tickets.
Diff with my changes