Bug 8494 - MacOS meta key (⌘) with a different key has unreliable keyup event
Summary: MacOS meta key (⌘) with a different key has unreliable keyup event
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Access (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.19.0
Assignee: Bugzilla mail exporter
URL:
Keywords: relnotes
Depends on: 8484
Blocks:
  Show dependency treegraph
 
Reported: 2025-01-17 10:33 CET by Frida Flodin
Modified: 2025-01-22 10:54 CET (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Frida Flodin cendio 2025-01-17 10:33:10 CET
Tested on macOS 15.2 and Safari. 

1. Press ⌘ key.
2. Press and release V key.
3. Release ⌘ key.
4. I notice that V key never got an release event.

I could see the missed release event with xev, but I could not reproduce the repeated 'v' print as in the upstream report [1].


[1] https://github.com/novnc/noVNC/issues/1695
Comment 1 Adam Halim cendio 2025-01-20 13:58:20 CET
Tested this after the noVNC vendor drop.

Now, pressing down a key while holding down the ⌘ key will cause a release event to occur instantly. This is not perfect, but an acceptable workaround.

Note You need to log in before you can comment on or make changes to this bug.