Ticket #7507 (closed enhancement: duplicate)

Opened 11 months ago

Last modified 8 months ago

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.

Change History

Changed 11 months ago by dante

  • status changed from new to assigned
  • owner set to dante
  • type changed from defect to enhancement
  • milestone changed from tbd to future

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/

Changed 8 months ago by drschwartz

What's the process for not losing track of 'future' tickets?

Changed 8 months ago by dante

  • status changed from assigned to closed
  • resolution set to duplicate

+1 ... closing this out in light of patch on #7888 which adds this support (to 1.1 only, needs updating to 1.2)

Note: See TracTickets for help on using tickets.