-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rdw-image-alignment-options-popup is hidding on hover (React 16) #487
Comments
I am not able to reproduce the exact issue, can you plz share a recording may be if possible. |
I'm having the same issue... Tried positioning the controls over the image instead of under it, but they still disappear when trying to hover over them? Can we get this pull request merged in or another fix added soon please? |
Hey @MarkLyck , I will check this soon. |
I was having the same issue with React 16.0.0. After a bit of research, it appears that this was a React issue, fixed a few month ago in the 16.1.0. I had the following lines in my package.json to resolve a React conflict for another lib:
After upgrading properly to react 16.2.0 (no reason to just bump to 16.1.0), the problem was solved. @jpuri, Thanks for this awesome lib! TLDR: Not the lib fault, check your React version. |
@ibarrae Facing the same issue. Were you able to solve this? |
Hi !
I tried to display the buttons on the image instead of under it by default but still, when I hover them, they disappear.
The text was updated successfully, but these errors were encountered: