You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changed the title [-]http://rubaxa.github.io/Sortable/ Firefox 49.0.2 drag and drop will open a new TAB[/-][+]Firefox 49.0.2 drag and drop will open a new TAB[/+]on Oct 25, 2016
Activity
[-]http://rubaxa.github.io/Sortable/ Firefox 49.0.2 drag and drop will open a new TAB[/-][+]Firefox 49.0.2 drag and drop will open a new TAB[/+]CatoTH commentedon Oct 29, 2016
I had some other issues with Sortable.js and Firefox 49. Text Input Fields inside a sortable element were not selectable anymore.
In my case, I could fix it by removing / commenting out the following line:
dragEl.style['will-change'] = 'transform';
Maybe it's the same issue and this workaround works for you as well?
EagleChinaWu commentedon Nov 3, 2016
Sortable working fine on jquery-sortable but No jQuery Firefox open a new tab, No jQuery there is no quick solution?
ruoyu133 commentedon Nov 15, 2016
i also met。firefox49.0.2 。I removed dragEl.style['will-change'] = 'transform'; but it is not ok。
xuanskyer commentedon Dec 15, 2016
same Q.
amhoho commentedon Dec 20, 2016
also
ghost commentedon Jan 9, 2017
I have the same Q too.It's a firefox drag feature, not a bug. You can disable it by settings.
looked at about:addons
Roamin commentedon Feb 27, 2017
I find a solution, it works:
gaofei019 commentedon Feb 28, 2017
I have the same Q too.Thanks to RoamIn ! I have fixed it with the solution of RoamIn.
Magic-Bytes commentedon Jul 18, 2017
Thanks RoamIn. It really works!
lllllxt commentedon Feb 5, 2018
Thanks @Roamin
Renee98 commentedon Mar 14, 2018
Thanks
ellisonLou commentedon May 21, 2018
@Roamin your solution works, but all the dom on the page can not receive any drag event!
zhangying-dev commentedon May 30, 2018
@Roamin your solution works, but all the dom on the page can not receive any drag event!
Roamin commentedon May 30, 2018
Pity...
PetrKosvanec commentedon Dec 28, 2018
Solution follows. I changed
var internalDNDType = 'text';
to
and the trouble is over.
owen-m1 commentedon Dec 29, 2018
This is due to your browser extension. You can get around this yourself if you use
setData
:#1431: Remove pointercancel; #985: remove dropEffect
dxyqqs commentedon Jul 16, 2019
Nice work. it is better than setting 'ondrop ' on body!
SortableJS#1431: Remove pointercancel; SortableJS#985: remove dropEffect
SortableJS#1431: Remove pointercancel; SortableJS#985: remove dropEffect