I and my staffs frequently ctrl + "+" to zoom the web browser mostly up to 150% for easy viewing.
Yesterday while testing on new v 4.1, I found out that if I scroll to the right most in grid view, some of the columns left most is lost if I scroll to the left most. The only way to recover is either click the child tab or parent tab and come back.
Notice : So far, I found this won't happen in web browser screen view of 100%. My testing mostly in 125% and 150%.
Notice : I have selected https://experimental.idempiere.org/webui/ because it is similar to my own server which is java 8. Also, the max version is 3.1, so, I can only pick 3.1 instead of 4.1.
Server : https://experimental.idempiere.org/webui/
Client : Google Chrome 54.0.2840.71 m (64 bit)
Grid view scroll is by column to column. it will sum width of next column to decide position of scrollbar.
maybe when zoom it let calculator wrong.
I was able to reproduce this issue in chrome with a zoom <> 100% on order line.
When I scroll horizontally to the right, and then scroll left - the first column (Organization) is lost
When scrolling again right and left - different first column is shown every time.
I tried the same after applying the patch from and the issue is still here
Triaged by
Still reproducible when applying zoom, workaround, zoom back to 100% and move right-left and the columns reappear thanks to the commits in the other tickets.
Not reproducible in 8.1z - I think it was fixed when removing the frozen columns at the left.