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

Focus to a chosenbox that place in a listbox shall not change listbox selection

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.0, 6.5.5
    • 6.5.4
    • Components
    • Security Level: Jimmy
    • None

      http://screencast.com/t/dMuLUw6oMOuj

      <zk>
      	<listbox width="500px">
      		<listhead>
      			<listheader label="col"/>
      			<listheader label="col"/>
      			<listheader label="col"/>
      		</listhead>
      		<listitem forEach="1,2,3">
      			<listcell label="Item ${each}"/>
      			<listcell>
      				<textbox/>
      			</listcell>
      			<listcell>
      				<chosenbox width="100px"/>
      			</listcell>
      		</listitem>
      	</listbox>
      </zk>
      

            noahhuang noahhuang
            jimmyshiau jimmyshiau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: