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
**Do you want to request a feature or report a bug?**bug
What is the current behavior?
I am using modal in my code which is dragable. I am added table in modal and trying to open pop up on button click.But pop up menu position is far way from button location
What is the expected behavior?
Menu should be open at button click position
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
current version 6.0.0
The text was updated successfully, but these errors were encountered:
I have a similar problem inside a dropdown menu. On the following video, we don't see my pointer but I'm right clicking on the first image, and the menu opens really far:
I have no idea why, but in my case the menu does not open at the right place because of the presence of the transform css property on the div containing the images with the context menu. When removing it, menu opens at the right place.
No idea how to fix this, the only thing that seems to work is to replace the transform by a margin-top, but this is not ideal... if this is not related to the opened issue, I will create a new one !
**Do you want to request a feature or report a bug?**bug
What is the current behavior?
I am using modal in my code which is dragable. I am added table in modal and trying to open pop up on button click.But pop up menu position is far way from button location
What is the expected behavior?
Menu should be open at button click position
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
current version 6.0.0
The text was updated successfully, but these errors were encountered: