Bug 150826 - konsolepart steals shortcuts when embedded in other apps
Summary: konsolepart steals shortcuts when embedded in other apps
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.9.2
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-14 14:07 UTC by Anders Lund
Modified: 2007-11-22 22:03 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Lund 2007-10-14 14:07:28 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Konsole part eats up shortcuts when embedded into kate or dolphin for example. 
The best example is SHIFT + Left/Right, but all shortcuts added to any action 
collection in konsole part are disabled both in the host application and the 
konsole part. The error output displays messages like

QAction::eventFilter: Ambiguous shortcut overload: Shift+Right

Btw, why is this shortcut even created when the part is created? There is no 
means to add tabs or do anything at all after creating a konsole part.

The problem appearently only occurs when the konsole part is visbile.
Comment 1 Andreas Pakulat 2007-10-14 14:29:14 UTC
Assigned to the right product, KDevelop only has a plugin that wraps the konsole KPart into a KDevelop Plugin.
Comment 2 Will Stephenson 2007-11-22 22:03:12 UTC
Can't reproduce, when the dolphin file part is focused, shift+left/right extend the selection as expected.