Opened 10 years ago
Closed 10 years ago
#12889 closed defect (fixed)
RadioButton: in XHTML file selecting one RadioButton doesn't deselect the others
Reported by: | cev | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit - Form | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Two radio buttons can be both selected at the same time if they are defined in a XHTML document.
Bill Keese gave a solution there: http://groups.google.com/group/dojo-interest/browse_thread/thread/dcba181b25691dda/bdbdbf3dedb03ff7?#bdbdbf3dedb03ff7
Attachments (1)
Change History (5)
Changed 10 years ago by
Attachment: | radio.xhtml added |
---|
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:2 Changed 10 years ago by
Component: | General → Dijit |
---|---|
Summary: | Problem with dijit.form.RadioButton inside an XHTML → RadioButton: in XHTML file selecting one RadioButton doesn't deselect the others |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [24759]) use lowercase in dojo.query() so it works on XHTML documents, fixes #12889 !strict