#6649 closed task (fixed)
DropDownButton/ComboButton/ToggleButton: disabled state looks incorrect
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - LnF | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Problems with style for disabled buttons:
- disabled DropDownButton and ComboButton should have a gray arrow not a black arrow
- text on ComboButton should be grayed out but isn't
- disabled but checked ToggleButton should have a gray check icon, not black
Change History (7)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [13650]) Fixes for disabled buttons:
- gray arrow not black arrows
- make disabled ComboButton? text gray, not black
- don't make disabled buttons semi-transparent; if the background color of the page isn't white, it leaks through and the buttons look strange.
- move arrow icons to a sprite image, thanks to sfoster for help on this (still some work to do on this; old images still being referenced in some places)
Fixes #6649.
comment:3 Changed 13 years ago by
(In [13689]) Remove old arrow image files in favor of sprite file (except for ComboBox? still using special image).
Also made sprites square rather than rectangular (arrows still the same shape, but cenetered vertically in the image files now) to make CSS easier.
Finally, fixes TitlePane? arrow direction in RTL mode.
Refs #6649.
comment:4 Changed 13 years ago by
(In [13690]) Fix FloatingPane? and SortList? to use tundra sprite image arrows. Since these arrows are float:right they can't be vertical-align: middle so instead using the trick of a   to make height==surrounding div height, and then vertical background-align is "center". Refs #6649.
Working on this now, including moving all the arrows to a sprite image file.