Opened 12 years ago
Closed 12 years ago
#7507 closed enhancement (duplicate)
Tabs shouldn't wrap
Reported by: | David Schwartz | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Dijit - LnF | Version: | 1.1.1 |
Keywords: | ibm tab scrolling wrapping clipping | Cc: | |
Blocked By: | Blocking: |
Description
Techniques other than wrapping should be used to handle situations where all tabs cannot fit into the horizontal space available. Both title clipping and tab scrolling are better solutions.
Clipping. Where the longest tab title length is X, clip all tabs so that the maximum length is X-N where N is the smallest number where all tabs can fit in the horizontal space.
Scrolling. FireFox? adds scroll buttons on either side of the tabs so the user can scroll right and left to tabs currently out of view. It also offers a drop-down list with all tabs for selection (as does IE7).
Clip until a minimum number of characters (try 8 to begin with) remain at which point add the scrolling feature.
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | tbd → future |
---|---|
Owner: | set to dante |
Status: | new → assigned |
Type: | defect → enhancement |
comment:3 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
+1 ... closing this out in light of patch on #7888 which adds this support (to 1.1 only, needs updating to 1.2)
closed out #7302, which indicated I would be taking this ticket. so I am. The preliminary version/prototype can be seen in svn.dtk.org/dojoc/sandbox/tabs/