-
Notifications
You must be signed in to change notification settings - Fork 213
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
Click on 'sortable' element under Firefox #94
Comments
I can't reproduce it. Which version of Firefox? Do you get a JS error in the console? |
Pls take a look to http://jsfiddle.net/ASerbinenko/p264bavb/9/ Thank you, |
This is because you have |
Thank you for response. Could you add config parameter (for example) for disable optimization by property 'willChange'? |
That might be a Firefox CSS bug. Removing |
I can confirm this issue. It seems specific for Firefox. In my case it's a bit more interesting: Manually resetting It might be a Firefox bug, I'll look into reporting it on their bug tracker. |
Yes, please report it to Firefox's bug tracker. |
Sorry that it took so long but I've finally managed to reproduce this bug in plain HTML. I didn't want to report an issue saying that it happens with a specific library so when I had my free time I was trying to isolate the problem from Slip. |
Hi!
Under Firefox unable to click on element inside 'Slip' container. The problem coming from states.undecided function. A click is blocked on an element with style.willChange = 'transform'. I propose to eliminate line
this.target.node.style.willChange = transformCSSPropertyName;
for FireFox browser.
Thank you!
The text was updated successfully, but these errors were encountered: