-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
9.5.0.3
-
None
-
None
-
None
Steps to Reproduce
<zk> <label multiline="true"> 1. you should see 4th treecol, which label is "Jan 2014". </label> <tree width="300px"> <frozen columns="1" start="3" /> <treecols> <treecol label="Oct 2013" width="100px" /> <treecol label="Nov 2013" width="100px" /> <treecol label="Dec 2013" width="100px" /> <treecol label="Jan 2014" width="100px" /> <treecol label="Feb 2014" width="100px" /> </treecols> <treechildren> <treeitem> <treerow> <treecell label="80" /> <treecell label="90" /> <treecell label="100" /> <treecell label="270" /> <treecell label="120" /> </treerow> </treeitem> </treechildren> </tree> </zk>
Current Result
Frozen start doesn't work.
Expected Result
scrollbar should scroll to the treecol which start attribute set.
Debug Information
zk-4567 side effect.
- blocks
-
ZK-4567 Treechildren with frozen onResponse trigger unexpected resize
- Closed