[regression] Toolbar: disabled buttons not indicated
In the editor on safari, previously disabled cut/paste buttons showed up as a "washed-out" looking image, less bright/contrasted than the enabled state. The don't seem to any more.
There seems to be more than one problem (perhaps an issue w/ToolBar itself too?) because on FF3 even in the 1.1 release the button didn't show up as disabled.
In trunk, since indent/outdent are disabled except for lists, then should show up grayed out.
Change History (7)
Component: |
Editor →
Dijit
|
Description: |
modified (diff)
|
Owner: |
liucougar deleted
|
Summary: |
[regression] disabled buttons not indicated →
[regression] Toolbar: disabled buttons not indicated
|
Owner: |
set to bill
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Component: |
Dijit →
Dijit - Form
|
Due to my change in [13650]. Normal buttons indicate disabled-ness by changing the text color from black to gray but that doesn't work for toolbar buttons since they don't have text, just an icon.
I changed the button to not use transparency because it was making the button itself transparent and the page background was bleeding through... although not sure why we can't just make the image semi-transparent. Perhaps because of browser bugs?