Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
885
Behavior issue with WebImageButton "enabled" property
posted

So, it appears there is a bug with the WebImageButton. If we the "Enabled" property through server-side code, then when using

javascript, the passing a false to the "setEnabled" js method of the "button" object will internally change the enabled status to false,

but the UI will not change accordingly. The text is not "greyed" out. This is using the "LucidDream" CSS, if that is at all relevant.

If a button is disabled through "server-side", then no problems. I can see the text being greyed out when setEnabled is passed a

"false" and then looking normal when passed a "true" value.

Paul