-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Issue with 'transform: translate3d()' for .sortable-drag in Firefox #1423
Comments
@mckey 1.8.0 is released with this issue solved |
Don't see any difference. The issue is still present. |
@mckey It works for me on the latest firefox... if you were using githack it would have taken some time to update to the latest version |
@owen-m1 in jsbin from my first comment looks like the latest version - https://raw.githack.com/SortableJS/Sortable/master/Sortable.js In my project I use this library as separate file and in my firefox 64.0.2 (64 bit) issue is still present. |
@mckey Oh I see your issue. The issue I fixed was the "sortable-drag" element being out of place when the translate was applied and For now, you can fix it by setting |
Thank you, @owen-m1. |
Problem:
Plugin (1.7 and 1.8.rc1) does not consider 'transform: translate3d()' css property for .sortable-drag element in latest firefox (v64).
JSBin/JSFiddle demonstrating the problem:
https://jsbin.com/cuyutitepe/1/edit?html,css,js,output
The text was updated successfully, but these errors were encountered: