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

Click the arrow of the timebox/spinner that in a listbox will trigger onChange event.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.9, 6.5.2
    • 5.0.8, 6.5.1
    • Components
    • Security Level: Jimmy
    • None

      Focus in the timebox/spinner, click the arrow of the timebox/spinner, they shall not fire onChange event.

      <zk>
             <spinner onChange='msg.value = "spinner: "+new Date();' />
             <timebox onChange='msg.value = "timebox "+new Date();' />
             <combobox onChange='msg.value = "combobox "+new Date();' />
      
             <separator></separator>
             <label id="msg" />
      
             <listbox width="350px">
                     <listitem>
                             <listcell>
                                     <spinner
                                             onChange='lc1.label = event.value' />
                             </listcell>
                             <listcell id="lc1"/>
                     </listitem>
                     <listitem>
                             <listcell>
                                     <timebox
                                             onChange='lc2.label = event.value' />
                             </listcell>
                             <listcell id="lc2"/>
                     </listitem>
                     <listitem>
                             <listcell>
                                     <combobox
                                             onChange='lc3.label = event.value' />
                             </listcell>
                             <listcell id="lc3"/>
                     </listitem>
             </listbox>
      </zk>
      

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

              Created:
              Updated:
              Resolved: