-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 5.0.10, 6.0.0
-
Component/s: Components
-
Security Level: Jimmy
-
Environment:
ZK EE 6.0.0
-
None
Testcase:
<zk> <listbox multiple="false" checkmark="true"> <listitem> <listcell label="Test 1" value="1"> <listbox visible="true" multiple="false" checkmark="true"> <listitem> <listcell label="Yes" value="1"></listcell> </listitem> <listitem> <listcell label="No" value="0"></listcell> </listitem> </listbox> </listcell> </listitem> </listbox> </zk>
Select "Test 1"
Expected: Only "Test 1" should be selected
Actual: "Test 1" is selected and also both "Yes" and "No"