[kwin] [Bug 431133] XKeyboardUngrab generated FocusOut event improperly handled

2023-09-06 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=431133 --- Comment #7 from David Edmundson --- Thanks -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 431133] XKeyboardUngrab generated FocusOut event improperly handled

2023-09-06 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=431133 David Edmundson changed: What|Removed |Added CC||k...@davidedmundson.co.uk

[kwin] [Bug 431133] XKeyboardUngrab generated FocusOut event improperly handled

2023-09-06 Thread Geoffrey McRae
https://bugs.kde.org/show_bug.cgi?id=431133 --- Comment #6 from Geoffrey McRae --- Confirmed still bugged on 5.27.7. Minimum viable sample still reproduces the issue. Application incorrectly looses focus when `XKeyboardUngrab` is called. -- You are receiving this mail because: You are watching

[kwin] [Bug 431133] XKeyboardUngrab generated FocusOut event improperly handled

2023-09-06 Thread Geoffrey McRae
https://bugs.kde.org/show_bug.cgi?id=431133 Geoffrey McRae changed: What|Removed |Added Status|RESOLVED|REOPENED Ever confirmed|0

[kwin] [Bug 431133] XKeyboardUngrab generated FocusOut event improperly handled

2023-09-06 Thread Geoffrey McRae
https://bugs.kde.org/show_bug.cgi?id=431133 --- Comment #5 from Geoffrey McRae --- Or, you could use the minimal code I produced and check if it's still an issue instead of just flat out closing an issue that is years old because of your inaction. When this was opened it was the most current

[kwin] [Bug 431133] XKeyboardUngrab generated FocusOut event improperly handled

2023-09-06 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=431133 David Edmundson changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[kwin] [Bug 431133] XKeyboardUngrab generated FocusOut event improperly handled

2021-01-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=431133 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail

[kwin] [Bug 431133] XKeyboardUngrab generated FocusOut event improperly handled

2021-01-04 Thread Geoffrey McRae
https://bugs.kde.org/show_bug.cgi?id=431133 --- Comment #3 from Geoffrey McRae --- Sorry I misread what you stated. The problem is when the application calls XKeyboardUngrab, which sends the FocusOut event with NotifyUngrab as far as I am aware. Either way, the sample application provided

[kwin] [Bug 431133] XKeyboardUngrab generated FocusOut event improperly handled

2021-01-04 Thread Geoffrey McRae
https://bugs.kde.org/show_bug.cgi?id=431133 --- Comment #2 from Geoffrey McRae --- As per: https://tronche.com/gui/x/xlib/input/XUngrabKeyboard.html > The XUngrabKeyboard() function releases the keyboard and any queued events if > this client has it actively grabbed from either XGrabKeyboard()

[kwin] [Bug 431133] XKeyboardUngrab generated FocusOut event improperly handled

2021-01-04 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=431133 --- Comment #1 from Vlad Zahorodnii --- > `FocusOut` event is generated with the mode set to `NotifyUngrab` Shouldn't it be NotifyGrab? -- You are receiving this mail because: You are watching all bug changes.