#6472 closed task (fixed)
TitlePane: put expando icon to left of title
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - LnF | Version: | 1.1.0 |
Keywords: | ibm | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
Many applications put the expand/contract icon to the left of the title (eg. Notes, forums, colloquy etc). Should probably do the same for dijit's TitlePane.
Come to think of it, that's how tree works too.
Taken from IBM Design Leadership recommendations.
(PS: it would be on the right, along with the title, for RTL configurations. Don't forget to fix and test that too.)
Change History (3)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
(In [13376]) Accordion look and feel updates:
- for tundra, remove + (expando) icon (fixes #6556)
- for soria and nihilo, move icon to left side, like TitlePane? (refs #6472)
- add hover style to accordion titles bars similar to hovering over a tab label (fixes #6557)
- on tundra, more distinct styling for selected accordion pane (also #6557)
(image updates from IBM under CCLA) !strict
Note: See
TracTickets for help on using
tickets.
(In [13346]) Put TitlePane? expando icon (ie, arrow) on left of title, rather than float:right, as this is more standard. Also fixed some arrow direction issues in RTL mode. Fixes #6472.