Bug 148159

Summary: [adblock filters settings] edit box does not handle edit shortcuts
Product: [Applications] konqueror Reporter: Maciej Pilichowski <bluedzins>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Maciej Pilichowski 2007-07-24 11:21:12 UTC
Version:            (using KDE KDE 3.5.7)
Installed from:    SuSE RPMs

In the adblock filters settings there is an edit box where you can edit filter. Awkwardly you can use only ctrl+c, ctrl+v shortcuts, ctrl+ins for example does not work.
Comment 1 Philip Rodrigues 2007-07-25 01:39:41 UTC
I can confirm this. Several other text boxes in the konqueror settings dialog show the same thing. From looking at the code, my guess is that QLineEdit doesn't support the secondary shortcuts. So the QLineEdits should be replaced with KLineEdits. I suggest you ask on kde-devel@kde.org for a definitive answer and suggestions for what to do about this.
Comment 2 Maciej Pilichowski 2007-07-25 11:12:12 UTC
Philip, I checked the Qt3 docs and indeed, QLineEdit in Qt3 recognizes only ctrl+v, not ctrl+ins (for example). In Qt4 they are both recognized.

But I am not Konqueror developer, so the decision is not up to me.
Comment 3 Ivor Hewitt 2007-10-17 15:16:15 UTC
General kde-wide issue.
Comment 4 Ivor Hewitt 2007-10-17 15:32:04 UTC
ok, I blame lack of coffee. changing the QLineEdit to KLineEdit should indeed do the trick....
Comment 5 theron 2008-05-17 03:41:06 UTC
Confirmed. using KDE4.0.1 with Konq. Stil lcannot use CTRL+INS although CTRL+V works.
Comment 6 Pino Toscano 2009-07-01 01:41:11 UTC
SVN commit 989785 by pino:

switch from QLineEdit to KLineEdit to get KDE behaviour
BUG: 148159


 M  +2 -2      filteropts.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=989785
Comment 7 Pino Toscano 2009-07-01 01:44:22 UTC
SVN commit 989786 by pino:

switch from QLineEdit to KLineEdit to get KDE behaviour
CCBUG: 148159


 M  +2 -2      filteropts.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=989786