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

add 'dblclick' event to simulateClick #3282

Closed
wants to merge 1 commit into from

Conversation

lukebryant
Copy link

Would close #3281.

The rationale behind this is that most places aren't listening for
'dblclick', and the ones that are (https://open.spotify.com is the only
one I can find) don't respond to single clicks.

Would close philc#3281.

The rationale behind this is that most places aren't listening for
'dblclick', and the ones that are (https://open.spotify.com is the only
one I can find) don't respond to single clicks.
@gdh1995
Copy link
Contributor

gdh1995 commented Mar 31, 2019

Well, the "dblclick" event should not be dispatched by default.

We need to care about the events and make them more like the native process.

If there's a command option to toggle (enable) it at runtime, it would be better.

(BTW, as for the necessary of this feature, I'm still doubting.)

Added: I've implemented dblclick in my Vimium C - see gdh1995/vimium-c#98 (comment) for more usages.

@lukebryant
Copy link
Author

Yeah, I agree this PR doesn't make much sense in its current state. I just found this quick fix that works for my purposes, so I thought I'd put it here to illustrate the issue.

@philc
Copy link
Owner

philc commented Jan 5, 2020

Thanks for the commentary. Closing, as this isn't actionable in its current state.

@philc philc closed this Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: doubleclick
3 participants