Opened 12 years ago
Closed 12 years ago
#7959 closed bug (notabug)
.button("enable") is enabling wrong element when used on a .clone()'d element
Reported by: | jdestef | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.button | Version: | 1.8.11 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In that fiddle, b is the second button, however b.("enable") is enabling the first button.
Furthermore, if i used b.button({disabled: false}) or b.button("option", "disabled", false), absolutely nothing happens :)
Change History (2)
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
We don't support cloning widgets.
Note: See
TracTickets for help on using
tickets.
oops, slight typo in my description. b.("enable") should be b.button("enable")...
the jsfiddle is correct though.