-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.0, 9.5.0.1
-
None
-
Security Level: Jimmy
-
None
-
ZK 9.5.1 S1
-
None
Steps to Reproduce
<listbox id="box" multiple="false" nonselectableTags="" > <listhead sizable="true"> <listheader label="name" sort="auto"/> <listheader label="gender" sort="auto"/> </listhead> <listitem> <listcell label="Mary"/> <listcell> <textbox value="m1"/> </listcell> </listitem> <listitem> <listcell label="John"/> <listcell> <textbox value="m1"/> </listcell> </listitem> <listitem> <listcell label="Jane"/> <listcell> <textbox value="m2"/> </listcell> </listitem> <listitem> <listcell label="Henry"/> <listcell> <textbox value="m3"/> </listcell> </listitem> </listbox>
click among those textboxes repeatedly several times
1. click the first radio button to select it
2. click inside the 2nd textbox
Current Result
2 items are highlighted like they are both selected which confuses users
Expected Result
always 1 item selected
Debug Information
- related to nonselectableTags=""
Workaround
.z-listitem-focus>.z-listcell
{ background: initial; }