Version: (using KDE 4.1.0) Installed from: Compiled From Sources Compiler: gcc 4.1.2 OS: Linux Entries added with KMenu::addTitle() still gain focus when navigating with the arrow keys through a menu with titles. The expected behavior would be that these items would be skipped. An example would be the Klipper menu: Ctrl+Alt+V and press the down arrow. The selected item is the menu title, and not the first clipboard entry.
*** Bug 169430 has been marked as a duplicate of this bug. ***
This is a realy annoying regression for klipper, please try to fix it in 4.1.x branch, especially since many distos now are the verge of releasing version with kde4 as default kde.
*** Bug 172505 has been marked as a duplicate of this bug. ***
Was just creating an entry for this, the klipper case, but see this is considered a duplicate.
Still present in 4.2.3.
Fixing this bug would depend on extending Qt's QMenu class to also support the title-feature. As navigation is purely done inside QMenu I can't see a way of fixing this in KDE itself.
*** Bug 195574 has been marked as a duplicate of this bug. ***
As long as Qt cannot be fixed, it might be an idea to workaround this in klipper by not setting a title entry. Alternatively the title could be placed below the clipboard entries, above the klipper menu entries (above "Enable Actions").
Still present in 4.3.0 .
As third alternative (regarding my comment #8) would be to automatically preselect the first klipper entry (the one that is below the title). This would be ok also in future when the title will be no more selectable.
SVN commit 1051646 by aacid: avoid kmenu keyboard focus to end up on titles BUGS: 169059 M +28 -0 kmenu.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1051646