Summary: | Text box mouse cursor hidden | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | FiNeX <finex> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
FiNeX
2007-12-01 21:52:51 UTC
I've notices this behaviour in knotes, korganizer, kopete and kmail. The mouse became visible even when the focus is lost from the textbox. SVN commit 750183 by dfaure: Fix KCursor autohide feature for scrollareas like KTextEdit: the widget gets key events, the viewport gets mouse events, so we need an event filter on each one. BUG: 153241 M +27 -12 kcursor.cpp M +1 -1 kcursor_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=750183 |