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

IE11/Edge: navigation from the first slide to second one is broken if the first one has content with overflow

Open plazhbanov opened this issue 7 years ago • 0 comments

  • [x] I have searched the issues of this repository and believe that this is not a duplicate.

Expected Behavior

After a user press on the second tab, then the corresponding view should be immediately shown.

Current Behavior

After I press on the second tab, content from the 1st slide is shown

Steps to Reproduce (for bugs)

1. Open the [code example](https://codesandbox.io/s/6456rqxovk) in IE 11 or Edge browser 
2. press "tab n°2" button. Yellow content still appears on the screen. 

Your Environment

Tech Version
react-swipeable-views latest
React latest
platform Windos
etc

plazhbanov avatar Apr 16 '18 13:04 plazhbanov