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

Listbox in Grid on FireFox 27.0.1 will auto select on client when mouse out listitem

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 7.0.1
    • Fix Version/s: 7.0.3
    • Component/s: Browser Issue
    • Labels:

      Description

      Sample Code:

      <zk>
          <grid>
              <rows>
                  <row>
                      <cell width="50%">
                          <listbox mold="select">
                              <listitem label="1" value="1"/>
                              <listitem label="2" value="2"/>
                              <listitem label="3" value="3"/>
                              <listitem label="4" value="4"/>
                              <listitem label="5" value="5"/>
                              <listitem label="6" value="6"/>
                              <listitem label="7" value="7"/>
                              <listitem label="8" value="8"/>
                              <listitem label="9" value="9"/>
                              <listitem label="10" value="10"/>
                          </listbox>
                      </cell>
                  </row>
              </rows>
          </grid>
      </zk>
      

        Attachments

          Issue Links

            Activity

              People

              Assignee:
              jumperchen jumperchen
              Reporter:
              aaa4790 aaa4790
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved: