Summary: | when location is focused, ctrl-a should mark all the text, not the icons | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Morten O. Hansen <morten> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | morten |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch for bug |
Description
Morten O. Hansen
2007-12-08 23:27:26 UTC
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 |