Fixed
Details
Assignee
Heng Sin LowHeng Sin LowReporter
Heng Sin LowHeng Sin LowComponents
Fix versions
Priority
Major
Details
Details
Assignee
Heng Sin Low
Heng Sin LowReporter
Heng Sin Low
Heng Sin LowComponents
Fix versions
Priority
Created October 26, 2020 at 2:03 AM
Updated May 20, 2021 at 8:34 AM
Resolved October 27, 2020 at 5:46 PM
As reported here:
https://groups.google.com/g/idempiere/c/Znog917OkJQ/m/FI_UVN6WBQAJ
The grid view header height become taller by ifself when you scroll to the right.
There's also related issue reported before:
https://idempiere.atlassian.net/browse/IDEMPIERE-2480
Both is cause by the poorly implemented Frozen feature on Zk CE. This is unlikely to be fixed by Zk as the much better working, so called "Smooth Scrolling Frozen" is a Zk EE only feature.
For now, we have to disable the use of Frozen until Zk improve the CE implementation or we re-implement their EE implementation. I've take a brieft look at their CE implementation - the key diffference is the EE approach is using "transform: translate3d(tx, ty, tz)" and "z-index:1" to reposition the Frozen column whereas the CE approach is by setting the width of the columns after the Frozen column to zero.