question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

nonPrimaryRelease event not fired if primary is also pressed

See original GitHub issue

I’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:open
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
msalsberycommented, Jul 27, 2020

Fix in progress!

0reactions
iangilmancommented, Feb 4, 2020

No news that I’m aware of. Thanks for the update. Hopefully someone will take an interest in this issue!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found