Ticket #7507 (closed enhancement: duplicate)
Tabs shouldn't wrap
| Reported by: | drschwartz | Owned by: | dante |
|---|---|---|---|
| Priority: | normal | Milestone: | future |
| Component: | Dijit - LnF | Version: | 1.1.1 |
| Severity: | normal | Keywords: | ibm tab scrolling wrapping clipping |
| Cc: |
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.