Version: 2.0 (using KDE 4.4.2) OS: Linux When Kfind starts (either from Dolphin, Kickoff, or from terminal) the initially focused window element is the Find button. This is not useful for 2 reasons: 1. the user has to click into the "Named" field to enter the search string 2. the default action is "Find" anyway, so the user can press Enter anywhere in KFind window, therefore it is not necessary to put the focus on this button. Reproducible: Always Steps to Reproduce: Start KFind. Actual Results: Focus is on "Find". Expected Results: Focus is on "Named" field (which seems to be a typo, but that goes for another bug report)
SVN commit 1131315 by amelo: Set focus on "named" field when kfind starts instead of the "Find" button. By setting the initial focus on "named" field, the user does not need to select it before introducing the search string and, as pointed by the bug reporter, the default action is "Find", so an 'Enter pressed' triggers the search independently of the focused widget. BUG:239026 M +1 -0 kfinddlg.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1131315
*** Bug 215046 has been marked as a duplicate of this bug. ***
*** Bug 244544 has been marked as a duplicate of this bug. ***