Summary: | Menu titles gain focus when navigating with keyboard | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Bram Schoenmakers <me> |
Component: | kdeui | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | divan, g111, r, tjabo.kloppenburg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bram Schoenmakers
2008-08-13 20:16:00 UTC
*** 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 |