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

[IE8] grid frozen no show horizontal scroll bar when column visible = "false"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 6.5.6
    • 6.5.5
    • Components
    • Security Level: Jimmy
    • tomcat6 , java 7

      IE10, IE9, Firefox, chrome is OK

      please check attachment

      <grid width="500px">
      	<frozen columns="2"/>
      	<columns>
      		<column label="A" visible="false"/>
      		<column label="B"/>
      		<column label="C"/>
      		<column label="D"/>
      		<column label="E"/>
      	</columns>
      	<rows>
      		<row>
      			<label value="a1"/>
      			<label value="b1"/>
      			<label value="c1"/>
      			<label value="d1"/>
      			<label value="e1"/>
      		</row>
      		<row>
      			<label value="a2"/>
      			<label value="b2"/>
      			<label value="c2"/>
      			<label value="d2"/>
      			<label value="e2"/>
      		</row>
      	</rows>
      </grid>
      

            RaymondChao RaymondChao
            manzai manzai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: