You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting/removing disabled state from <button> using css:{":disabled":function(){/*...*/}} sometimes doesn‘t work if button recalc is triggered externally using this.my.check('#btnId') or similar ways.
Bug takes place intermittently and can not be reproduced if rule is not ":disabled", but smth like "cssRuleName" or "self:cssRuleName".
Setting/removing disabled state from
<button>
usingcss:{":disabled":function(){/*...*/}}
sometimes doesn‘t work if button recalc is triggered externally usingthis.my.check('#btnId')
or similar ways.Bug takes place intermittently and can not be reproduced if rule is not ":disabled", but smth like
"cssRuleName"
or"self:cssRuleName"
.Thanks @carpogoryanin for pointing out.
The text was updated successfully, but these errors were encountered: