-
Bug
-
Resolution: Fixed
-
Normal
-
8.6.0
Steps to Reproduce
<zk> <listbox> <listhead id="listhead"> <listheader label="1" width="200px"/> <listheader label="2" width="200px"/> </listhead> <listitem id="listitem"> <listcell label="1"/> <listcell label="2"/> </listitem> </listbox> <button label="append"> <attribute name="onClick"> listhead.appendChild(new Listheader("3")); </attribute> </button> </zk>
When all headers have fixed width, new added header will be invisible.
Click append to reproduce it.
Current Result
New header is invisible.
Expected Result
New header should be visible.
- relates to
-
ZK-4888 listheader width shrinks to minimal size unexpectedly after reloading a model
- Closed