Hi everybody.
We are using react-sortable in the admin UI of a project.
The client reports that tool is unusable in firefox (>=49.0.0 both win and linux). After sortEnd it always redirect the browser to about:blank.
I'm still looking at the code to determine the cause, but it is visible also on official demos here http://webcloud.se/react-sortable/
How to reproduce:
- Go to http://webcloud.se/react-sortable/ with FF
- reorder an item in the list
- you are being redirected to about:blank
Strange thing is that if you try to drag an item outside the list (either as first or last element), sorting works well.
As soon as I find the problem (and if im able to fix it) I will fork and submit a merge request.
Cheers,
Stefano
Hi everybody.
We are using react-sortable in the admin UI of a project.
The client reports that tool is unusable in firefox (>=49.0.0 both win and linux). After sortEnd it always redirect the browser to about:blank.
I'm still looking at the code to determine the cause, but it is visible also on official demos here http://webcloud.se/react-sortable/
How to reproduce:
Strange thing is that if you try to drag an item outside the list (either as first or last element), sorting works well.
As soon as I find the problem (and if im able to fix it) I will fork and submit a merge request.
Cheers,
Stefano