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

TylerShin picture TylerShin  路  29Comments

colindresj picture colindresj  路  67Comments

AHB picture AHB  路  31Comments

abdelav picture abdelav  路  28Comments

ninosaurus picture ninosaurus  路  21Comments