My Handsontable has 2 fixed columns and many rows and columns so that we get horizontal and vertical scrollbars. When I load the page with 100% browser zoom, the table is rendered correctly. But when I zoom out to around 75% or less and use the scrollbar to go to the last row/column, I see that the cells are misaligned. Attached the screenshot.
I am using latest Chrome browser on windows machine. Handsontable-pro version 6.1.1. I am guessing that this issue is only on windows machine.
@piotr.nowak I am using the same version of firefox. Attached screenshot below. But looking at your screenshot’s scrollbar styles, I am assuming that you are using a Mac. This issue occurs on a Windows machine due to the space taken up by the browser scrollbar on Windows machine. Also, there should be both vertical and horizontal scrollbars.
We sometimes use zoom. Without the zoom the issue is not present (or after zoom if we reload the page, the issue does not occur) Occurs only when we zoom after the page/Handsontable has loaded.
Hello! I just found a solution for my problem: I just put <!DOCTYPE html> at the beginning of the page and misalignment issue gone for me! Hope this helps someone.
Any news on this topic ? On some of our tables, we have a misalignment of more than 1 row, which is very error-prone.
Unfortunately, adding <!DOCTYPE html> does not work for us.
On this jsfiddle, I have the feeling that it’s still an issue : when I resize the column E to a smaller size, I get this kind of things (using Chrome and no zooming) :
Yes, it is. I am sorry if that sounds like it is not. I was making a note about the environment for tests, as it doesn’t seem to be replicable on Apple devices.