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

Scrollbar stops working in listbox (IE7 only)

XMLWordPrintable

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

      In IE7 the scrollbar loses focus so you can't continue to scroll.

      <zk>
      		<listbox height="500px">
      		<zscript>
      		Object[] o = new Object[100];
      		</zscript>
      			<zk forEach="${o}">
      				<listitem label="test" />
      			</zk>
      		</listbox>
      </zk>
      
      

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

              Created:
              Updated:
              Resolved: