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

Scrollbar stops working when the mouse is moved

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.9
    • 5.0.8
    • Components
    • Security Level: Jimmy

      Click scrollbar's square (at the ends) and move mouse out (without releasing the mouse),
      then move it back in, the scrollbar's square doesn't work anymore.
      <zk>
      <grid height="500px" width="300px">
      <custom-attributes org.zkoss.zul.grid.rod="true" />
      <rows>
      <zscript>
      Object o = new Object[100];
      </zscript>
      <row forEach="${o}">
      <label value="x"></label>
      y
      </row>
      </rows>
      </grid>
      </zk>

      note1: when we move the mouse out, even it is loading data (ROD), it should still work after we move the mouse back in.

      note2: This issue is inconsistent with different browsers.
      Please reproduce it with Chrome and test against all browsers after it's fixed as it seems to be related to browser.

            jumperchen jumperchen
            matthewgo matthewgo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: