Opened 13 years ago

Closed 13 years ago

Last modified 6 years ago

#5328 closed bug (fixed)

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.

Change History (2)

comment:1 Changed 13 years ago by Scott González

Fixed reaction to keydown in r3913.

comment:2 Changed 13 years ago by rdworth

Resolution: fixed
Status: newclosed

Fixed rest in r3916

Note: See TracTickets for help on using tickets.