Hi,
In handsontable v14.1.0, Under certain “Autofill” or paste operations, empty whitespace appears on the right side of the right-most column which causes table position disruption.
Steps to reproduce using the below JSFiddle link:
- Scroll all the way to the right-most side of the table
- Select one or more rows by clicking on their row headers
- Copy the rows to the clipboard (CTRL/CMD + C)
- Paste the data (CTRL/CMD + V) – either in place over existing row selection or to new/blank rows below.
- Observe the whitespace that appears on the right side.
Additional note: The issue does not appear to manifest if we disable the autoColumSize option and fix the column widths (e.g… colWidths: 100 ). However, our business need is to keep using autoColumSize as present.
LINK: https://jsfiddle.net/Blakeyg/1cjrdqzk/2/
We are an existing customer and this is creating issues in our live product environment. It would be great if this could be fixed.
Please refer the attached image
Thanks