-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Popover - Misplaced arrow #5915
Comments
This change fixes a regression introduced by refactoring the calc variable into dt: - fix dt key mismatch between the stylesheet and js component - add back the 1.25rem margin to match what used to be done in the previous release Fix primefaces#5915
I have the same problem. |
@blouflashdb can you please confirm this change fixes the issue? |
how can I test your PR? |
If you're OK with using a build I madeIn your
If you're not OK with using a build I madeI'm not aware of the less cursed ways of doing this. If anyone is aware of a better way to do this, please point it out.
cd primevue-pr
mkdir dist
dist_dir="$(realpath dist)"
for package in packages/*; do pushd "$package"; pnpm pack --pack-destination "$dist_dir"; popd; done
|
I have the same issue with V4. |
Hello, I'm facing the same issue, is it not fixed yet? |
I have also the same issue in 2025 :-( |
Describe the bug
The arrow of the popover is incorrectly placed, off to the left of the target element.
This issue is also present in primevue's very own website, in the documentation of the v4 version of popover (the issue was absent in v3), making it easy to reproduce. I got it both on my pixel's chrome and on firefox on my desktop.
Reproducer
https://primevue.org/popover/
PrimeVue version
4
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
Go to https://primevue.org/popover/, click on any of the example buttons triggering a popover to be displayed
Expected behavior
Arrow aligns itself to the target
The text was updated successfully, but these errors were encountered: