-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
OverlayPanel: open position bug #1579
Comments
P.S. The second screenshot is a way out of the bottom border of the browser |
Hi @NeluQi, Unfortunately, I still couldn't replicate this issue. What step do I need to follow to replicate it? Could you please update codesandbox link according to your case? Thanks a lot! |
https://codesandbox.io/embed/mystifying-silence-2rdhw?fontsize=14&hidenavigation=1&theme=dark I tried to reproduce it now and I'm not good at it Now the problem occurs much less frequently. May have already been fixed in new versions. I was able to reproduce strange behavior sometimes Try it in different combinations with scrolling and dialogue in different parts of the screen It seems that this is not particularly relevant now, the bug is very rare |
Hi @NeluQi, Best Regards, |
In my project, the panel arrow is shifted. I spent a bunch of time doing this in a sandbox but could not reproduce I found out that in my project, this only happens with the right panel opening This is strange because the css is standard, I only replaced the colors This panel doesn't look its best on mobile. |
This is still an issue, I was able to reproduce the bug on PrimeVue docs themselves: primevue-bug2.mp4 |
Still an issue with my app too... It looks like if the button calling is located towards the right side of the page and with width of the Popover is fairly large, the Point Arror portion is to the left side of the Popover, but it should be on the right side under the calling button. |
Due to PrimeTek's demanding roadmap for PrimeVue and the limited bandwidth of the core team, this issue is available for anyone to work on. Make sure to reference this issue in your pull request. ✨ Thank you for your contribution! ✨ |
Sometimes the OverlayPanel opens crookedly, either off-screen, or not near the clicked point.
Light codesandbox example
https://codesandbox.io/embed/beautiful-engelbart-ss1q0?fontsize=14&hidenavigation=1&theme=dark
Try to place the button on all 4 sides and look at the behavior, in my project OverlayPanel often opens incorrectly and I have to scroll the page
The text was updated successfully, but these errors were encountered: