Summary: | ktextedit should not capture find/replace keystrokes when find/replace is disabled | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | fontknocker |
Component: | kdeui | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Proposed patch |
Description
fontknocker
2009-05-13 04:26:07 UTC
Created attachment 33602 [details]
Proposed patch
Do not call the find/findNext/replace actions when shortcuts are pressed but the findNextOption was disabled explicity.
Re above patch: my personal belief is that KTextEdit should not filter the keystrokes at all if find/replace is disabled. That will then allow those keystrokes to be handled elsewhere. SVN commit 967261 by darioandres: Do not call the find/findNext/replace actions when their shortcuts are pressed but the findReplaceEnabled option was explicity disabled BUG: 192529 M +5 -3 ktextedit.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=967261 SVN commit 967263 by darioandres: Backport of 4.2branch of: SVN commit 967261 by darioandres: Do not call the find/findNext/replace actions when their shortcuts are pressed but the findReplaceEnabled option was explicity disabled CCBUG: 192529 M +5 -3 ktextedit.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=967263 |