Search and Top Navigation
#5328 closed bug (fixed)
Opened March 12, 2010 01:32PM UTC
Closed March 15, 2010 02:04PM UTC
Last modified April 14, 2017 08:47AM UTC
button disabled only visually when disabled option set, still functional
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | ui.button | Version: | 1.8rc3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Visual test page: http://jquery-ui.googlecode.com/svn/trunk/tests/visual/button/button_option_disabled_true.html
Comparing the widgets to the native elements, there doesn't seem to be a use case for a visually disabled button that is still functional.
Proposed fix: when the disabled option is set to true, the button widget should not be focusable or clickable.
Fixed reaction to keydown in r3913.