React-slick: It does not work properly in Firefox

Created on 24 Feb 2018  路  5Comments  路  Source: akiran/react-slick

You just can not do slide in the browser firefox

Most helpful comment

@selrond I found the next solution for this problem
Add for each link <a href="#" onDragStart={event => event.preventDefault()}>some text

All 5 comments

++1

We have not encountered any such case yet.
Can you regenerate it on code sandbox and give us the link? If you do, please feel free to request reopen the issue as well.

@laveesingh if the slide item contains <a /> tag, it behaves weirdly.
https://codesandbox.io/s/7y27y70no1

@selrond I found the next solution for this problem
Add for each link <a href="#" onDragStart={event => event.preventDefault()}>some text

@oskvortsov thx, seems to work, but IMHO this should be a part of the library.
Btw I've submitted an issue: #1316

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Exomnius picture Exomnius  路  3Comments

slashwhatever picture slashwhatever  路  3Comments

amishPro picture amishPro  路  3Comments

artemidas picture artemidas  路  4Comments

nicreichert picture nicreichert  路  3Comments