#941 closed defect (needinfo)
Key Release events miss
Reported by: | akaWolf | Owned by: | akaWolf |
---|---|---|---|
Priority: | major | Milestone: | 2.0 |
Component: | client | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Sometimes it happening, that some keys didn't released.
I get two logs of when key release doesn't occured: client attachment/ticket/941/941-client.txt and server attachment/ticket/941/941-server.txt. I'm not sure, which one key is leave pressed, but I find some strange GDK_KEY_PRESS keyval=ISO_Next_Group
, and then GDK_KEY_RELEASE keyval=Shift_R
attachment/ticket/941/941-client2.txt -- it's another log of a keyboard bug at client side. as you can see, there is GDK_KEY_PRESS keyval=Control_R
(at 12:33:41,572), but there is no GDK_KEY_RELEASE keyval=Control_R
(after 12:33:41,572).
All info about my client and server environment is included in #939.
Attachments (3)
Change History (8)
Changed 6 years ago by
Attachment: | 941-client.txt added |
---|
comment:1 Changed 6 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
(replaced links with attachments)
comment:3 Changed 4 years ago by
Milestone: | → 2.0 |
---|---|
Owner: | changed from Antoine Martin to akaWolf |
Status: | assigned → new |
This ticket got lost somehow.
@akaWolf: what is the problem that you're seeing?
Modifier keys don't need to be synced with keypresses, we send the list of modifiers with all mouse and keyboard events and sync them each time. (with some exceptions, but always for "Control")
comment:5 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/941
client keyboard debug log