Bug 128007 - incremental search should disable shortcuts
Summary: incremental search should disable shortcuts
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-25 13:08 UTC by Pierre Habouzit
Modified: 2012-01-07 05:44 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre Habouzit 2006-05-25 13:08:43 UTC
Version:            (using KDE KDE 3.5.2)
Installed from:    Debian testing/unstable Packages

from debian bug http://bugs.debian.org/368842 
=============================================

when you set some single letter to some konqueror action, then during incremental search, that letter is not understood as another character, but rather executes the shortcut.

e.g. binding 'a' to "konqueror introductions" makes konqueror go to the introduction page if you type `a' during the incremental search.
Comment 1 Stefan Kombrink 2008-05-18 13:26:51 UTC
Confirmed on KDE 4.0.4 kubuntu hardy.
This is a focus issue. 
In case you invoke your shortcut in the ctrl-f widget
it will not trigger the action, but in '/' (KDE4 konqueror incremental search)
it would.
Just fixing incremental search to supress actions completely should be a very easy thing, however...
I am not certain whether this is the only case you'll run into troubles if you define single letter actions without modifier keys.
Maybe a warning should be added when using single keys for actions, too.
Comment 2 Stefan Kombrink 2008-05-18 13:40:45 UTC
reproduce it like this:

*start konqueror
*settings->configure shortcuts->
 assign e.g. "Report as a Bug" , single key 'R'
*find Text as you type with '/' and text
*as soon as you hit 'r' the action will be triggered
Comment 3 FiNeX 2009-08-19 01:29:02 UTC
On current trunk, if I try to reproduce comment #2, when I press "r" the incremental search is stopped and the search bar is opened.
Comment 4 FiNeX 2009-08-19 01:30:45 UTC
Sorry, I've done a big mistake: I've assigned "r" to the find action :-) rotfl ... the bug is completely reproducible :-) :-) :-)
Comment 5 Burkhard Lück 2011-05-16 18:37:00 UTC
Cannot reproduce in kde 4.6.

This is solved with commit 
http://lists.kde.org/?l=kde-commits&m=128805073110772&w=2, which re-routes the old actions "Find Text as You Type" and "Find Links as You Type" to the 
findbar.

And according to #2 there is no bug using the findbar CTRL+F.

Any objections to close the report therefor with Resolved/Fixed?
Comment 6 Dawit Alemayehu 2012-01-07 05:44:36 UTC
See comment #5.