Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In some cases, autofill writes data to the row headers, when some of the columns are before the rendered part of the table. #3384

Closed
jansiegel opened this issue Apr 8, 2016 · 0 comments
Assignees
Milestone

Comments

@jansiegel
Copy link
Member

When using the autofill feature on a selection which:

  • First element is in a column before the rendered part of the table
  • Consists of columns with validation enabled
  • Does not span all columns

on a table with row headers enbled, data will be written to some of these headers, causing Handsontable to crash.

Demo: http://jsfiddle.net/js_ziggle/t08mbs0s/

Steps to reproduce:

  • Selected cells from B1 to T1
  • Grab the fill handle and drag it downwards to apply autofill
  • Scroll to the left

Result: Table crashes due to errors in the console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants