Sortable icon indicating copy to clipboard operation
Sortable copied to clipboard

[bug] Firefox: "Error in parsing value for ‘will-change’. Declaration dropped."

Open Swarchal opened this issue 2 years ago • 4 comments

Describe the bug

There's no animation when dragging items, although they do appear in their new location.

To Reproduce Steps to reproduce the behavior:

  1. With firefox 118.0.2 go to https://jsbin.com/xecihez/edit?html,js,output (borrowed from other issue), or any example on https://sortablejs.github.io/Sortable/
  2. Click on any item and try to drag it.
  3. View console for error message: "Error in parsing value for 'will-change'"

Expected behavior

The dragged item to follow the mouse cursor, as in Chrome.

Information

  • Tested with Firefox 118.0.2 (64-bit) on Linux.
  • Sortable 1.14.0 and master branch.

Potentially relevant pull request: https://github.com/SortableJS/Sortable/pull/2152

Swarchal avatar Oct 27 '23 16:10 Swarchal

Now seems to be working with Firefox 119.0.

Still get a warning "Error in parsing value for ‘will-change’. Declaration dropped.", but the animation is working.

Swarchal avatar Oct 30 '23 11:10 Swarchal

I'm also getting this error and was wondering if you or anyone else found out why? Everything works fine, I'm just curious I suppose and find it a little annoying. Thanks!

VenaMaybe avatar Jun 10 '24 05:06 VenaMaybe

Same issue. I did replace all the will-change values with 'transform' and everything seems to work fine with no more warning flags in the Firefox console.

Toba-bonjour avatar Jan 08 '25 12:01 Toba-bonjour

So THAT's where the message is coming from... I'm seeing it using Thunderbird 128.8.1 using the Identity Chooser Extension. It seems to be using 1.15.0

WoofGrrrr avatar Mar 21 '25 17:03 WoofGrrrr