-
Notifications
You must be signed in to change notification settings - Fork 295
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
How do I prevent a row from getting selected on right click? #1354
Comments
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
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 #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 #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 #1354
I disagree with this change. It broke our user's prior experience with our product. We present a context menu on selected items in a grid (behavior users are accustom to in Windows File Explorer for example). A right mouse click selects the item and presents a context menu for the item. With this release users must now right mouse click and then left mouse click to get the context menu. At a minimum the change should include a property to provide the desired behavior while retaining the previous behavior. |
No description provided.
The text was updated successfully, but these errors were encountered: