We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that after expanding/collapsing the body section, the OverlayPanel does not get positioned correctly.
https://codesandbox.io/p/devbox/immutable-dust-yrhdjl?file=%2Fsrc%2FApp.vue
3.45.0
3.x
TypeScript
Vue CLI App
No response
The OverlayPanel should recalculate self position every time when body section gets expanded/collapsed
The text was updated successfully, but these errors were encountered:
Hi,
You can use alignOverlay method of OverlayPanel. Please try; https://codesandbox.io/p/devbox/crazy-haslett-cz45r3?file=%2Fsrc%2FApp.vue%3A17%2C6
alignOverlay
Best Regards,
Sorry, something went wrong.
fix primefaces#5058: expose alignOverlay method in OverlayPanel
c04c64f
fix #5058: expose alignOverlay method in OverlayPanel (#5072)
346cbea
Co-authored-by: Michał Kleszczyński <michal.kleszczynski@unitgroup.com>
Successfully merging a pull request may close this issue.
Describe the bug
It seems that after expanding/collapsing the body section, the OverlayPanel does not get positioned correctly.
Reproducer
https://codesandbox.io/p/devbox/immutable-dust-yrhdjl?file=%2Fsrc%2FApp.vue
PrimeVue version
3.45.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The OverlayPanel should recalculate self position every time when body section gets expanded/collapsed
The text was updated successfully, but these errors were encountered: