Skip to main content

Search and Top Navigation

#15308 new bug ()

Opened August 13, 2018 04:10PM UTC

Last modified August 13, 2018 06:11PM UTC

Radio buttons do not change state when group members clicked.

Reported by: mistergibson Owned by:
Priority: minor Milestone: none
Component: ui.checkbxoradio Version: 1.12.1
Keywords: Cc:
Blocked by: Blocking:
Description

I am using 3.3.x of jQuery and version 1.12.x of jQueryUI. Here is the HTML/JS in question:

Code can be found here: https://gist.github.com/mistergibson/97245f952d4ffeb7690d38585962489c (No jsbin or jsFiddle signin)

Browsers: Chromium 68.0.3440.75, Firefox Quantum 61.0.1 (64-bit)

Description: If I click on one of the radio button group members it sets state, but if I click on another it ALSO sets state and does NOT clear the prior radio button clicked.

Attachments (0)
Change History (1)

Changed August 13, 2018 06:11PM UTC by mistergibson comment:1

description: I am using 3.3.x of jQuery and version 1.12.x of jQueryUI. Here is the HTML/JS in question: \ \ <fieldset><legend>Select:</legend><label for='c2a7a47a-df2f-456c-a15d-8988e34834d0'>Choice 1</label><input type='radio' name='c2a7a47a-df2f-456c-a15d-8988e34834d0' id='c2a7a47a-df2f-456c-a15d-8988e34834d0'><label for='66bfbdd6-4a61-46e9-9e74-4a95c3cb8e7d'>Choice 2</label><input type='radio' name='66bfbdd6-4a61-46e9-9e74-4a95c3cb8e7d' id='66bfbdd6-4a61-46e9-9e74-4a95c3cb8e7d'><label for='d0f73955-349c-479f-81e2-0fd22b121d39'>Choice 3</label><input type='radio' name='d0f73955-349c-479f-81e2-0fd22b121d39' id='d0f73955-349c-479f-81e2-0fd22b121d39'></fieldset><script>$('input[type=radio]').checkboxradio();</script> \ \ Browsers: Chromium 68.0.3440.75, Firefox Quantum 61.0.1 (64-bit) \ \ Description: If I click on one of the radio button group members it sets state, but if I click on another it ALSO sets state and does NOT clear the prior radio button clicked. \ I am using 3.3.x of jQuery and version 1.12.x of jQueryUI. Here is the HTML/JS in question: \ \ Code can be found here: https://gist.github.com/mistergibson/97245f952d4ffeb7690d38585962489c (No jsbin or jsFiddle signin) \ \ Browsers: Chromium 68.0.3440.75, Firefox Quantum 61.0.1 (64-bit) \ \ Description: If I click on one of the radio button group members it sets state, but if I click on another it ALSO sets state and does NOT clear the prior radio button clicked. \