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

Scroll blocking on VaModal #4255

Open
bagrovYKT opened this issue May 6, 2024 · 0 comments
Open

Scroll blocking on VaModal #4255

bagrovYKT opened this issue May 6, 2024 · 0 comments
Assignees
Labels
BUG Something isn't working

Comments

@bagrovYKT
Copy link

bagrovYKT commented May 6, 2024

Vuestic-ui version: 1.9.9

Description

Im not sure that this is a bug, but if not, you should make an explanation of why is scroll blocking ramdomly apperas when VaModal closing. I used a simple triggering v-model value from true to false, tried to use $ref.modalref.hide() on @click.before, tried to close by default close icon, but still have this problem - sometimes scroll is blocking. Am i doing somethins wrong?

i forgot, there is an attentions in console
[Violation] Added non-passive event listener to a scroll-blocking event. Consider marking event handler as 'passive' to make the page more responsive. See

it's related to vuestic-ui/dist/web-components/src/utils/add-evnt-listener.js

Reproduction

make a VaModal, try to open and close it several times.

@bagrovYKT bagrovYKT added the BUG Something isn't working label May 6, 2024
@bagrovYKT bagrovYKT changed the title Scroll blocking Scroll blocking on VaModal May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Development

No branches or pull requests

2 participants