Summary: | [adblock filters settings] edit box does not handle edit shortcuts | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Maciej Pilichowski <bluedzins> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Maciej Pilichowski
2007-07-24 11:21:12 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. 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. General kde-wide issue. ok, I blame lack of coffee. changing the QLineEdit to KLineEdit should indeed do the trick.... Confirmed. using KDE4.0.1 with Konq. Stil lcannot use CTRL+INS although CTRL+V works. 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 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 |