Skip to content
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

Open
hugo-perier opened this issue Oct 6, 2017 · 7 comments
Open

Comments

@hugo-perier
Copy link

Hi !

I tried to display the buttons on the image instead of under it by default but still, when I hover them, they disappear.

@jpuri
Copy link
Owner

jpuri commented Oct 6, 2017

I am not able to reproduce the exact issue, can you plz share a recording may be if possible.

@paradoxxxzero
Copy link
Contributor

I got this problem with react 16 too

hover

paradoxxxzero added a commit to paradoxxxzero/react-draft-wysiwyg that referenced this issue Oct 10, 2017
@MarkLyck
Copy link

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?

@jpuri
Copy link
Owner

jpuri commented Nov 12, 2017

Hey @MarkLyck , I will check this soon.

@vincentdesmares
Copy link
Contributor

vincentdesmares commented Feb 15, 2018

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:

  "resolutions": {
    "react": "16.0.0",
    "react-dom": "16.0.0"
  }

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
Copy link

ibarrae commented May 30, 2019

I'm somehow having the same behavior with react 16.8.6, when you click 1st the alignment options disappear, after that is works correctly.
issue

@varuas
Copy link

varuas commented Feb 7, 2021

I'm somehow having the same behavior with react 16.8.6, when you click 1st the alignment options disappear, after that is works correctly.
issue

@ibarrae Facing the same issue. Were you able to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants