Search and Top Navigation
#6808 closed bug (duplicate)
Opened January 05, 2011 06:08AM UTC
Closed January 24, 2011 02:55PM UTC
Last modified January 24, 2011 02:55PM UTC
ui-state-hover not removed when button disabled
Reported by: | 1mb | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.button | Version: | 1.8.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
ui-state-hover class is not removed if button disabled while mouse is hovering over it. I got around this by doing $('#myButtonID').button({'disabled':true}); $('#myButtonID').removeClass('ui-state-hover');