Skip to main content

Search and Top Navigation

#14939 closed bug (fixed)

Opened March 21, 2016 05:58PM UTC

Closed March 30, 2016 01:25PM UTC

Checkboxradio breaks with some default settings

Reported by: agcolom Owned by: scottgonzalez
Priority: blocker Milestone: 1.12.0
Component: ui.checkbxoradio Version: 1.12.0-beta.1
Keywords: Cc:
Blocked by: Blocking:
Description

If you set a group of radio buttons as checkboxradio widgets with the option icon:false, adding "checked" to one of them breaks all subsequent checkboxradios in that group.

Test:

https://jsbin.com/kazises/edit?html,output

Attachments (0)
Change History (2)

Changed March 21, 2016 11:49PM UTC by scottgonzalez comment:1

milestone: none1.12.0
priority: minorblocker
status: newopen
version: git1.12.0-beta.1

Changed March 30, 2016 01:25PM UTC by scottgonzalez comment:2

owner: → scottgonzalez
resolution: → fixed
status: openclosed

In [changeset:"882eb4cbf261985624d4ce0f0a59ca8f38a4b054" 882eb4c]:

#!CommitTicketReference repository="" revision="882eb4cbf261985624d4ce0f0a59ca8f38a4b054"
Checkboxradio: Check that there is an icon before toggeling class

Fixes #14939
Closes gh-1686