nonPrimaryRelease event not fired if primary is also pressed
See original GitHub issueI’m more or less following #1486 to swap the panning functionality from left drag to right drag. This works as expected except if the user does right press -> left press -> right release -> left release. If this happens then the viewer will continue to pan with nothing pressed until its reset with a proper right press/release. nonPrimaryRelease
will never be fired while left click is pressed as far as I can tell.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to use the right mouse drag · Issue #1486 - GitHub
I added an overlay to annotate lines, but when I use the left mouse ... nonPrimaryRelease event not fired if primary is also...
Read more >keyup event ls not being fired if a key is pressed outside of the ...
When you press Enter while focusing on the input or button , the keyup event gets fired too. This is because events get...
Read more >Class: Viewer - OpenSeadragon
Add an event handler to be triggered only once (or a given number of times) ... Raised when any non-primary pointer button is...
Read more >KeyEvent (Java Platform SE 7 ) - Oracle Help Center
After the 'a' key is released, a KEY_RELEASED event will be fired with VK_A. Separately, a KEY_TYPED event with a keyChar value of...
Read more >What Happens Inside Your Computer When a Key is Pressed?
The sequence of events when you press a key is as follows. ... Each key on the keyboard has an associated number, called...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fix in progress!
No news that I’m aware of. Thanks for the update. Hopefully someone will take an interest in this issue!