-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
mouse modifier @click.right not working #5330
Comments
looks fixed |
Sorry, I'll try with a version >2.2.1, Thank you |
sorry, but in this updated version it doesn't work either: |
@stefanonepa |
@stefanonepa |
@Kingwl I'm not sure that this documentation is very reliable, because in the explanation here: https://javascript.info/mouse-events-basics#complex-events , it says that contextmenu is fired on mousedown (and in the example it didn't write contextmenu if you just mousdown the right button)... In the other way it says that a click event is fired when mousedown is followed by by a mouseup... So it seems that
should works, you do not agree? |
@stefanonepa
|
@Kingwl thank you for the standard (even it's a bit foggy for me) But how should I interpret or use the |
Hmm maybe |
It would be a great! |
Thank you @yyx990803 ! |
Version
2.2.1
Reproduction link
https://jsfiddle.net/nosferatu79/z1jhpewo/
Steps to reproduce
click on the textarea with the right click of your mouse
What is expected?
it should add in the textarea the following text:
contextmenu
right
What is actually happening?
there is only the text:
contextmenu
The text was updated successfully, but these errors were encountered: