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

Selection: ignore right mouse click #1462

Merged
merged 1 commit into from
May 12, 2020

Conversation

msssk
Copy link
Contributor

@msssk msssk commented May 12, 2020

When clicking a row or cell with the secondary mouse button it is not expected
that a selection event should occur. This change updates Selection.js to
ignore right mouse clicks. This behavior is in line with Dojo (fixed in 1.10.5).

Fixes #1354

When clicking a row or cell with the secondary mouse button it is not expected
that a selection event should occur. This change updates Selection.js to
ignore right mouse clicks.

Fixes dojo#1354
@msssk msssk merged commit 02b6750 into dojo:master May 12, 2020
@msssk msssk deleted the 1354-right-click-no-select branch May 12, 2020 03:51
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.

How do I prevent a row from getting selected on right click?
1 participant