You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed when using bottom-start or top-start for placement, the tooltip does not auto re-position when scrolling according to the amount of the space within the element and the browser.
Bottom works as expected, left-start works as expected. All of the options seem to work except top-start and bottom-start.
With react-floater 0.9.3 more stuff seems to break. Is there a plan to release a new version of react-joyride including the latest version of react-floater? Thanks :-)
We tried to just use react-floater 0.9.3 with the latest version of react-joyride. It compiles, but whenever you point to an item the beacon shows up, while it actually has been disabled. Not sure what else also breaks, we stopped looking there :-)
🐛 Bug Report
I've noticed when using bottom-start or top-start for placement, the tooltip does not auto re-position when scrolling according to the amount of the space within the element and the browser.
Bottom works as expected, left-start works as expected. All of the options seem to work except top-start and bottom-start.
To Reproduce
https://codesandbox.io/s/heuristic-chaum-kpd7kr?file=/src/Basic/index.tsx
The above codesandbox of your demo site shows that bottom-start does not auto re-position
To compare, react-floater sandbox demo site, bottom-start does work.
https://codesandbox.io/s/festive-grothendieck-gxk34v?file=/src/examples/WithStyledComponents.tsx:1198-1230
Expected behavior
'bottom-start' and 'top-start' re-position accordingly on scroll
Link to repl or repo (highly encouraged)
React Joyride Demo Site Example.
The text was updated successfully, but these errors were encountered: