| Summary: | Adding widgets is difficult when focus follows mouse | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | pat_h |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | minor | CC: | fella, kde, nate |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
pat_h
2020-10-28 13:15:12 UTC
It's definitely needed to fix the activity panel behavior, too, as there the same problem occurs. Clicking (or pressing for some people, I guess) the activity manager with the mouse cursor somewhere and moving it to the left gets it closed more often than not before reaching it. So I guess the behavior should really be changed for all plasma panels (not closing them with focus follows mouse when moving the cursor around). There is a difference between the active and the foreground window if I understood correctly. Maybe the fix is, that activation events should not close the panels, but foreground events should (if such concepts exist at all). I think with the edit mode rework this is fixed, I just tried it out |