react-joyride icon indicating copy to clipboard operation
react-joyride copied to clipboard

Create guided tours in your apps

Results 49 react-joyride issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug Report When using a multi-step tour if you travel back to the first step the overlay on the page disappears. It reappears when you go back to...

## 🐛 Bug Report Package Version: 2.3.2 Hi, first of all, thanks for the great package. Please see the bug described below and Code Sandbox example with reproduction. When implementing...

## 🐛 Bug Report Misplaced position of the highlighting if using a mobile device and changing the orientation. ## To Reproduce Please checkout your official website https://react-joyride.com/ Highlighting step 2...

help wanted
browser quirks

## 🐛 Bug Report Scrolling on page end on an iPad causes flickering ## To Reproduce Please checkout your official website https://react-joyride.com/ Scrolling on page end on an iPad (iPad...

help wanted
browser quirks

Fixes https://github.com/gilbarbara/react-joyride/issues/817 This changes so that the Scope does not auto-focus unless `scrollToFirstStep` is set to true and `disableScrolling` is not false. This may or may not be desirable behavior,...

## 🐛 Bug Report I'm attempting to use multiple Joyrides on a single long page, I found initially that Joyride seems to get confused between multiple instances and will scroll...

waiting reponse

This hotfix fixes disabling step auto scroll function after defining `disableScrolling` property inside step object. refs: #732

## 🐛 Bug Report The overlay position is misplaced when showing the second step of the scroll demo ## To Reproduce visit https://codesandbox.io/s/github/gilbarbara/react-joyride-demo go to 'scroll' tab click the beacon...

bug
help wanted

## 🐛 Bug Report Under yet to be determined specific circumstances the overlay is not rendering when steps are skipped. But here's what I know... ## To Reproduce Browser: Chrome...

bug

alertdialog design pattern is not fully implemented. The design pattern is nearly the same of dialog design patten, only assistive technologies interpretation is not the same. Like a dialog, alertdialog...

enhancement