Community
Participate
Working Groups
Build Identifier: 20111113 There is the same issue in RBD. Set the disabled property for HTML widget, but the onClick event could still be triggered. Reproducible: Always Steps to Reproduce: 1.DD a HTML widget. 2.Set the disabled property of HTML as true. 3.Write the following code into onClick function of HTML. syslib.writeStdout("on click event!"); 4.Open the handler within FF or Chrome browsers, then try to click HTML widget. Actual results: The onClick event could still be triggered. Note: There is no such issue in IE, the event will be prevent.
Created attachment 206909 [details] disable in FF