Version: 0.9.5 (from svn) (using KDE Devel) Installed from: Compiled sources Compiler: gcc version 4.2.3 20071123 (prerelease) (Debian 4.2.2-4) OS: Linux When the location-bar is focused in dolphin, ctrl-a just marks all the icons. It should mark the text in the location-bar. How to reproduce: 1) Start dolphin 2) F6 (jump to location-bar) 3) Ctrl-A now marks all the icons, not the text.
Created attachment 22422 [details] patch for bug Hi, i tried to fix it myself. Seems to work OK now. It will only try to mark the text if it is currently in UrlEditable-mode (and the navigator is active).
SVN commit 749188 by ppenz: If the URL navigator is editable and has the focus, Ctrl+A should select the URL and not all items (thanks to Morton O. Hansen for the patch!) BUG: 153697 M +19 -5 dolphinmainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=749188