-
Bug
-
Resolution: Fixed
-
Major
-
9.0.0
-
Security Level: Jimmy
-
ZK 9.0.1 S1
Steps to Reproduce
run fiddle
http://zkfiddle.org/sample/3gbgl5g/1-visible-header-with-flex
Current Result
Column 1 is visible
Expected Result
column 1 is not visible
Debug Information
only happen is the width and the hflex attribute for this listheader is null
Workaround
- put any width or hflex on the invisible header
- add <custom-attributes org.zkoss.zul.css.flex="false"/>
- relates to
-
ZK-317 Support CSS3 flex that allows developer to specify the flexibility easier and more flexible
- Closed