Version: (using KDE Devel) Installed from: Compiled sources OS: Linux When you have the focus on a text box the mouse cursor is hidden. In kde 3.5.x when you move the mouse the cursor reappears, in kde 4 (r743634) it reappears only when the cursor goes out the widget. The correct behaviour is the first.
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