As mentioned in my other thread, we just upgraded from 2.5p to 4.0. We're running into this...
When I call IMenuButton.setDisabled(true), the button title does not turn gray (it stays black). The down arrow icon turns gray though. The SmartGWT console shows the title as having the buttonTitle style. I checked the CSS file and I do see buttonTitleDisabled but it's not getting applied to the button. I tried calling redraw() but that didn't work.
isc.version = v9.0p_2013-09-11/PowerEdition Deployment
Firefox 7.0
When I call IMenuButton.setDisabled(true), the button title does not turn gray (it stays black). The down arrow icon turns gray though. The SmartGWT console shows the title as having the buttonTitle style. I checked the CSS file and I do see buttonTitleDisabled but it's not getting applied to the button. I tried calling redraw() but that didn't work.
isc.version = v9.0p_2013-09-11/PowerEdition Deployment
Firefox 7.0
Comment