Patrick Tran

Results 12 comments of Patrick Tran

Is this reproducible on the demo page? https://patricktran.github.io/react-magic-slider-dots/ If not, please provide a JSFiddle or CodeSandbox example.

Ok was able to reproduce the issue and I am currently working on an update.

@malasaad82 Can you please try out 1.2.0-beta.0 Would appreciate your help in testing it. **npm install react-magic-slider-dots@next**

@Mohammedalasaad Please post your react-slick settings with the breakpoints defined. Also what's your total number of slides? I'd like to debug using your exact configuration.

![react-slick-bug](https://user-images.githubusercontent.com/6094103/65917006-4d65fe80-e38b-11e9-8335-c01a4365bda4.gif) @Mohammedalasaad Thanks for uploading your config. My initial testing is showing that the root cause of this issue is a bug in the react-slick package. Notice in my GIF,...

![react-slick-bug2](https://user-images.githubusercontent.com/6094103/65917384-15ab8680-e38c-11e9-883c-27d14db6bf58.gif) @Mohammedalasaad Here's another example of how I was able to reproduce the bug in `react-slick`. Notice that `enable magic-slider-dots` is turned off.

I have opened an issue with `react-slick`: https://github.com/akiran/react-slick/issues/1642 Please watch.

Hi @ifthenelse IE11 has been long deprecated by Microsoft and requires ES6 polyfills. Since then, Microsoft has replaced it with IE Edge Legacy and IE Edge (Chromium). Therefore, this package...

Hi @ds-martinso Chrome automatically does the scrolling when you drag outside of the table, no additional code was added. So this sounds like something Chrome supports and Safari does not.

Hi @ds-martinso I took a hiatus from supporting this package but I am now getting back into it. I will take a look at this issue and see if there...