-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Fixed column-moving issue #3652
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
Conversation
Hi @belskiyvv could you explain what wasn't working in IE11 and how this fixes it? |
Hi @swalters Sorry for my english, please see the this video (column-moving bug in chrome): https://drive.google.com/file/d/0B9IzvGgonTIaZWhtMFJtZVVmOTg/edit With "position: absolute;" bug occurs because .getBoundingClientRect() returns incorrect values |
Any chance of this PR getting merged? |
Also jquery was removed.
@thomashilzendegen, thank you for review. JQuery was removed. |
Is this abandoned or still getting integrated? Will it help with #3448? cheers! |
Can we merge please? It's quite annoying issue. Thanks! |
Closing, as this hasn't seen activity in a long time, tests are failing, and does not meet our single commit per PR requirement. |
see also #4006 |
Fixed column-moving issue for tables with horizontal scroll and for IE11.