-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.6.1
-
None
-
Security Level: Jimmy
-
None
-
ZK 7.0.7
Steps to reproduce
- load the zul
- enlarge the width of 4th column of 1st grid
- click "toggle" button to hide 4th column and show 5th column
result
5th column is still invisible and cannot be switched to be visible
debug information
- if upi click the toggle button twice at first, the issue never happens.
- when the issue happens, the hdfaker's width is incorrect, <col id="z_9-hdfaker" style="width: 0.1px;">
<colgroup id="z_4-hdfaker"> <col id="z_5-hdfaker" style="width: 267px;"> <col id="z_6-hdfaker" style="width: 401px;"> <col id="z_7-hdfaker" style="width: 537px;"> <col id="z_8-hdfaker" style="width: 0.1px; visibility: hidden;"> <col id="z_9-hdfaker" style="width: 0.1px;"> <col id="z_4-hdfaker-bar" style="width: 0.1px;"> </colgroup>
- In MVC approach, the issue also happens. Refer to 2949-mvc.zul
workaround
- relates to
-
ZK-3332 Flex problem in grid after resizing a column
- Closed