Summary: | Context menu on window title brokes the focus | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Alexander <vo.zaeb> |
Component: | decorations | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 5.2.0.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Kwin decorations context menu
Regular context menu |
Description
Alexander
2015-01-28 23:45:08 UTC
Created attachment 90764 [details]
Kwin decorations context menu
Created attachment 90765 [details]
Regular context menu
Shadows are (likely) an oxygen issue (I get them w/ the virtuality style) About the popup: popup menus grab the unput (mouse & focus) - you cannot interact with other windows while _any_ popup menu is open. Is that the issue or does the window completely refuse focus even after the popup is closed? > or does the window completely refuse focus even after the popup is closed?
Yup, that's the case. Even after you close the popup you can't enter text to text fields. For example in amarok I still can switch tracks (even though all tracks I select look like "inactive selection"), but can't focus text field above the playlist to apply a filter.
Does it also happen after a kwin_x11 --replace & in the running session (ie. restarting KWin w/o logging out/in)? *** This bug has been marked as a duplicate of bug 340996 *** No, kwin_x11 --replace solves the problem. Might be related to KDE's sessions (I do use "restore manually saved session"). Unlikely - the problem is some weird double FocusOut event, see https://bugs.kde.org/show_bug.cgi?id=340996#c13 We don't know why that occurs and why only on first launch (and obviously the special condition makes it not easier to debug...) Not related to sessions, just tried with a clear session and the problem still persists. BTW, kwin replace also solves the shadow issue on this menu. |