Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

pointer-events bug of component binder #314

Open
nighca opened this issue Jul 1, 2024 · 0 comments
Open

pointer-events bug of component binder #314

nighca opened this issue Jul 1, 2024 · 0 comments

Comments

@nighca
Copy link

nighca commented Jul 1, 2024

Component binder introduces style:

.v-binder-follower-content > * {
    pointer-events: all;
}

Which causes broken pointer-event behavior in v-binder-follower-content (which wraps Popover content in naive-ui), e.g., svg in a visibility: hidden element will still be clickable.

I want to know if it is intended. IMO it should be reasonable to apply pointer-events: initial or pointer-events: auto instead of all.

You can find the details about all here: https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events#all

@nighca nighca changed the title pointer-events bug pointer-events bug of component binder Jul 1, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant