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

column header disappearing when resizing column

XMLWordPrintable

      Steps to Reproduce

      <zk>
      <listbox>
      	<!--<custom-attributes org.zkoss.zul.css.flex="false"/>-->
      	<listhead sizable="true">
      		<listheader label="Col 1" hflex="1"/>
      		<listheader label="Col 2" hflex="2"/>
      		<listheader label="Col 3" hflex="2" visible="false" />
      		<listheader label="Col 4" hflex="1"/>
      		<listheader label="Col 5" hflex="1"/>
      		<listheader label="Col 6" hflex="1"/>
      	</listhead>
      	<listitem>
      		<listcell label="cell" />
      		<listcell label="cell" />
      		<listcell label="cell" />
      		<listcell label="cell" />
      		<listcell label="cell" />
      		<listcell label="cell" />
      	</listitem>
      </listbox>
      </zk>
      

      resize any column

      Current Result

      the header "Col 4" disappears

      Expected Result

      the header "Col 4" remains visible

      Debug Information


      Workaround

      disable css flex for this listbox

      <custom-attributes org.zkoss.zul.css.flex="false"/>
      

            jumperchen jumperchen
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: