[#4767] Misaligned cells in a row

Tags: #<Tag:0x00007f8b19ceb4d0> #<Tag:0x00007f8b19ceb2f0>

Our application ran into an issue where cells in a row are not aligned properly when the following conditions are in the data set:

  • the first column is frozen using manualColumnFreeze set to true and fixedColumnsLeft set to 1
  • some of the data in the rows have multiple lines, whereas the frozen column data is one line
  • I tried using autoRowSize: true but this had no effect

I can replicate the problem with this JSFiddle http://jsfiddle.net/ubtn8dx5/10/ - the version is 1.14 but I found the problem to still exist in 7.0 as well.

I found this discussion on the forums earlier but it looks like support handled it somehow, but I don’t see a resolution anywhere: [GH #4767] Row header alignment issue when broswer zoom in

Any ideas or is this an open bug?

Mike

Here https://github.com/handsontable/handsontable/issues/4767 is a main topic for the zoom issue.

I will update this topic as soon as we get anything done related to this subject.

1 Like