Summary: | With "cursor follows mouse", input focus not always where mouse is located. | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | George R. Goffe <grgoffe> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
George R. Goffe
2011-06-20 23:20:48 UTC
Nope, that focus models are called "(strictly) under mouse" - "follows mouse" only honors crossing events (real entering) The reason is (likely) to prevent focus "stealing" (clients can raise any time, self induced or eg. when mapping on screen) This is pretty much a dupe, see discussion there. *** This bug has been marked as a duplicate of bug 264368 *** |