#8237 closed bug (fixed)
Button: Anchor tags cannot be disabled within buttonset
Reported by: | sammyhk | Owned by: | tj.vantoll |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.1 |
Component: | ui.button | Version: | 1.8.18 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
After creating buttons (which is an anchor tag, i.e. <a></a>) with some buttons are disabled and wrap the buttons to a button set. The newly created button set does not disable the disabled buttons. Please refer to the bug demo: http://jsfiddle.net/GgMmU/3/
Change History (6)
comment:1 Changed 10 years ago by
Milestone: | 1.9.0 → 1.11.0 |
---|
comment:2 Changed 10 years ago by
Status: | new → open |
---|---|
Summary: | Do not set button to disabled when creating buttonset → Button: Anchor tags cannot be disabled within buttonset |
comment:3 Changed 10 years ago by
Owner: | set to tj.vantoll |
---|---|
Status: | open → assigned |
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: Anchor tags cannot be disabled within buttonset.
Changeset: 5e24a1ce4b337830b37511305a6ddefe797fd40c
comment:6 Changed 10 years ago by
Milestone: | 1.11.0 → 1.9.1 |
---|
Note: See
TracTickets for help on using
tickets.
Still an issue in 1.9 - http://jsfiddle.net/tj_vantoll/pGCEs/.