| Summary: | Keyboard shortcuts for navigating to prev / next bookmark do not respond normally. | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Philippe A <futhark77> |
| Component: | general | Assignee: | Ellis Whitehead <ellis> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kwrite-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 2.2.1 | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Philippe A
2004-03-11 03:36:14 UTC
It seems that the call is sent to the wrong [document's] view. For some reasons the "toggle bookmark" action is not infected. Setting a different shortcut not using the ALT key works, but we have no logical keys for this. We can use CTRL + Fn (CTRL + F3/CTRL + F4 or so), or CTRL + n (CTRL + <a number>) We can reassign the bug to kdelibs/kdeui Opinions? No matter what shortcut I use, it *does not work*. this is a bug either in KActionMenu or in KXMLGuiClient I guess, so I reassign it. How ever, as I can't count on it beeing fixed (!), I will give up the usage of KActionMenu in KateBookmarks if that will work. CVS commit by alund: Get rid of the unfortunate (in this context, anyways) KActionMenu. ucky-sucky QTimer::singleShot to get to the gui factory in kate, kdevelop and similar apps. I'm gonna backport this to BRANCH in a bit. CCMAIL: 77247-done@bugs.kde.org M +58 -42 katebookmarks.cpp 1.32 M +1 -3 katebookmarks.h 1.13 |