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

Menu overflows out of screen #163

Closed
ricardojrgpimentel opened this issue Jan 7, 2021 · 5 comments
Closed

Menu overflows out of screen #163

ricardojrgpimentel opened this issue Jan 7, 2021 · 5 comments

Comments

@ricardojrgpimentel
Copy link

Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When the trigger to open the menu is performed,. while the menu is already being displayed, by clicking in the same area, the menu overflows out of screen

2021-01-07.15-59-23.mp4
@elartix
Copy link

elartix commented Jan 28, 2021

Same issue, it's appeared when configured animation option for <Menu> tag

2021-01-28.20.46.14.1.mp4

@JelianRadoev
Copy link

JelianRadoev commented May 25, 2021

I'm getting the same issue. Debugging the source code and I see that when the menu is already visible it just takes clientX and clientY from mouse event and sets it as position for the fixed element. When its not shown takes same data, but it also checks boundaries and recalculates if given x and y gets it out of bounds.

@geroale
Copy link

geroale commented Jul 7, 2022

Same issue here

@ShahriarKh
Copy link

I just screen captured this and was going to open a new issue :trollface:
Well, I have the same issue here.

@JuanmaMenendez
Copy link

I am having this issue. I am using version 6.0.0 of the library. Any idea what could be happening or what can I do? @fkhadra
image

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

No branches or pull requests

7 participants