Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-940

Nested listbox selection issue

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.11, 6.0.1
    • 5.0.10, 6.0.0
    • Components
    • Security Level: Jimmy
    • ZK EE 6.0.0

      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"

            SimonPai SimonPai
            ashishd ashishd
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: