react-swipeable-views icon indicating copy to clipboard operation
react-swipeable-views copied to clipboard

Virtualized Swipe is broken on IE11 if React v16

Open liamqma opened this issue 7 years ago • 2 comments
trafficstars

I have searched the issues of this repository and https://github.com/oliviertassinari/react-swipeable-views/issues/407 might be the similar issue. However, I found that Virtualized Swipe doesn't work on IE11 only if React version is >= 16

Expected Behavior

On IE11, Virtualized Swipe should behive as on Google Chrome

Current Behavior

The animation doesn't happen on the first slide. The sliding animation happens twice on the second slide.

react-swipeable-views-ie11-bug

Steps to Reproduce (for bugs)

I've created a codesanbox to reproduce this issue. https://codesandbox.io/s/5vrzx2p0zl If we change the React version from 16.4.1 to 15.6.2, the issue does not occur.

Your Environment

Tech Version
react-swipeable-views 0.12.14
React 0.12.14
platform IE11
react 16.4.1
react-dom 16.4.1

liamqma avatar Jul 11 '18 04:07 liamqma

Is this the same as in --> https://github.com/oliviertassinari/react-swipeable-views/issues/407

mrTuomoK avatar Jul 11 '19 04:07 mrTuomoK

I currently have the same IE11 issue 445 / 407 (they are really the same issue). I tried this changeset from the open pull request 432 and it actually fixed the IE11 issue.

teetotum avatar Aug 07 '19 15:08 teetotum