Opened 13 years ago
Closed 11 years ago
#5344 closed bug (worksforme)
Button: priority secondary doesn't look disabled when disabled
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.button | Version: | 1.8rc3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When a button has the ui-prority-secondary and is also disabled, it doesn't appear disabled.
Change History (4)
comment:1 Changed 11 years ago by
comment:2 follow-up: 3 Changed 11 years ago by
Status: | new → open |
---|
@M.Gaetan89: This ticket is about the fact that the styling of enabled and disabled secondary priority buttons aren't distinguishable: http://jsbin.com/aqigep/2
comment:3 Changed 11 years ago by
Replying to scott.gonzalez:
@M.Gaetan89: This ticket is about the fact that the styling of enabled and disabled secondary priority buttons aren't distinguishable: http://jsbin.com/aqigep/2
actually in that example they are both disabled.
http://jsbin.com/aqigep/3 Shows one enabled and the other disabled.
comment:4 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
If you are talking about the disabled option of jQuery UI Button widget, it works fine using latest version : http://jsbin.com/aqigep/
If you are talking about the disabled attribut of button HTML tag, it works too for me : http://jsbin.com/ihofid/