#7461 closed bug (duplicate)
checkbox button fails at retrieving elements when id contains ':' charracter
Reported by: | Ankhterus | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.button | Version: | 1.8.13 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When id of an input element contains ':' character, ui.button works for standards buttons, but fails with checkbox buttons when retriving label elements.
See jsfiddle link for example. (tested with 1.8.13 and 1.9pre master branch) http://jsfiddle.net/gwXEU/1/
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 11 years ago by
This appears to have been fixed in some recent release. If I just bump up the versions of jQuery to 1.7.1 and jQuery UI to 1.8.16 in the fiddle the checkbox works just fine - http://jsfiddle.net/qt46g/1/.
comment:3 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Yeah, there was a duplicate ticket that we didn't notice.
Note: See
TracTickets for help on using
tickets.
#7622 is a duplicate of this ticket.