Opened 16 years ago

Closed 13 years ago

#404 closed enhancement (fixed)

Toolbars should have ability to show missing items if it is truncated.

Reported by: jng Owned by:
Priority: low Milestone:
Component: Fusion Version:
Severity: minor Keywords: fusion, toolbar
Cc: External ID:

Description

If you load any of the templates, if the browser window is too small, the toolbar becomes truncated, no problem there, but there should be some way to view the items that get cut off somehow.

Ideally the (jx) toolbar should detect change in size, and if it finds out that the combined width of its items exceeds the visible width, to store all hidden items into a temporary drop down button, like a normal application toolbar.

Change History (4)

comment:1 by pagameba, 16 years ago

This is a good idea, but technically quite complicated to make work reliably across browsers (measuring things reliably is a problem). Its not going to make it into this version, but I do intend to have this in a future version.

The work-around, of course, is to design your application for the smallest browser resolution you intend to support and only put in buttons you actually need into the toolbar, and leave labels off the buttons if necessary to make it work.

comment:2 by jbirch, 14 years ago

Version: 2.0.0

Removing version from enhancement request. If this enhancement request has been addressed or is no longer required, please close ticket.

comment:3 by jng, 14 years ago

I see that at least 2 of the templates (Slate, TurquoiseYellow) now show scrolling arrows when content is truncated, but the scrolling is still somewhat imperfect.

comment:4 by jng, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.