Opened 12 years ago
Closed 12 years ago
#7153 closed bug (notabug)
Multiple radio buttonsets bug
Reported by: | seven | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.button | Version: | 1.8.9 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
.buttonset() works fine with button elements , but not with radio button elements. When I add more than 1 radio buttonset , only the first buttonset seems to get the corner thing applied.
Multiple radio buttonsets : http://jsbin.com/aloja3/20 (Please fully zoom in demo to see rounded corners)
Note: See
TracTickets for help on using
tickets.
You can't use the same ID for multiple elements. I have adjusted your test case [1], and I think it works. Please reopen if I am incorrect. Thanks!
[1] http://jsbin.com/aloja3/26