Custom Query (7259 matches)
Results (82 - 84 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5120 | fixed | .autocomplete("widget") must return menu | ||
Description |
Create a ul once and always return the same element. Also put the ui-autocomplete class on that element. |
|||
#7959 | notabug | .button("enable") is enabling wrong element when used on a .clone()'d element | ||
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 :) |
|||
#5195 | fixed | .buttonset() prevents change event from being catchable. | ||
Description |
As originally discovered at http://forum.jquery.com/topic/jqueryui-1-8rc2-button-events, the buttonset is preventing the change event from being caught on radio buttons within the buttonset, on the buttonset element itself, or on any other element in the DOM (via .live() or change bubbling). To see this bug in action, please see http://jsbin.com/ahami/14 |