-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Column changes order if i click move column, but will not move it #527
Comments
Can you provide jsFiddle for that? Or reproduce on handsontable.com demos? |
I reported the same issue.. http://jsfiddle.net/api/post/library/pure/ Scroll to all the way to the right and try to drag and drop the last column anywhere. This is broken because it is relying on the column header indexes which are incorrect as not all the columns are being rendered. |
In my case, you don't have to scroll or anything. |
Fixed in version 0.9.12 |
handsontable#527 This is a version of the fix in: https://github.com/psmolenski/jquery-handsontable/commit/983e13a2cb27ece41127e6b76c23be83dac9a53d ... but back-ported to the 0.9.11 branch, basically, because when I tried to upgrade to 0.9.12 to get this bugfix, it broke column moving in a different way that I couldn't debug.
Hello
There's small issue with column moving. If you start moving column, but will not move it even for 1 pixel, it will be moved to first column.
For example, if you have 5 columns hover column move place for any non-first, then just click it without moving, it will be moved to first column.
[edit] ok, it's not always moved to first column, i have no idea what decides in that case about order. I guess if i haven't selected order, it is set to something quite random.
The text was updated successfully, but these errors were encountered: