-
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
ConfirmPopup: page scrolls up when push the button #3432
Comments
We're unable to replicate your issue, if you are able to create a reproducer or add details please edit this issue. This issue will be closed if no activities in 20 days. |
@tugcekucukoglu i gave you a reproducer. https://codesandbox.io/s/compassionate-lovelace-xr1deg?file=/src/App.vue |
Mozilla and Chrome, macos. On safari its working. |
@tugcekucukoglu i added you a gif. |
@tugcekucukoglu its working now but only with first click. |
@tugcekucukoglu @bahadirsofuoglu any news? |
Describe the bug
Hi,
I have a scrollable page with a confirmation button at the bottom. Unfortunately, after pressing the button, the page scrolls to the top by itself, which is annoying. How can I solve this problem?
When i downgrade to PrimeVue version 3.12.4 everything works fine.
You can switch in sandbox to version 3.12.4 to see it.
Reproducer
https://codesandbox.io/s/compassionate-lovelace-xr1deg?file=/src/App.vue
PrimeVue version
3.20.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
The page should stay in the same place after pressing the button
The text was updated successfully, but these errors were encountered: