-
Bug
-
Resolution: Won't Fix
-
Normal
-
None
-
8.0.5
-
None
-
Security Level: Jimmy
-
None
-
ZK 8.5.2 S2
Steps to Reproduce
run fiddle
http://zkfiddle.org/sample/3vflpag/1-columns-percent-sync
Current Result
Headers and columns are not synced
Expected Result
columns and headers should sync
Debug Info
Happen when at least 1 column uses % based value for width.
Even if all columns use % based values, sync breaks on browser zoom
Root Cause
Workaround
Scrolling around the listbox instead of inside the listbox, can be done by:
-Wrapping a scrollable div around the listbox holding the height informations.
-Not setting height information on the listbox itself or setting vflex="min" to force it's height to include all children.
Or
Avoiding % values in columns / headers
- relates to
-
ZK-3791 Support column / listheader width in % with menupopup=auto
- Closed