Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 330273 - Unhandled keybinding error messages in the logs when launching an inner
Summary: Unhandled keybinding error messages in the logs when launching an inner
Status: RESOLVED FIXED
Alias: None
Product: e4
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 1.0   Edit
Hardware: All All
: P3 blocker (vote)
Target Milestone: 4.1 M4   Edit
Assignee: Remy Suen CLA
QA Contact: Paul Webster CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-15 13:31 EST by Remy Suen CLA
Modified: 2010-11-15 13:38 EST (History)
0 users

See Also:


Attachments
Workbench patch v1 (918 bytes, patch)
2010-11-15 13:35 EST, Remy Suen CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Remy Suen CLA 2010-11-15 13:31:37 EST
Failed to handle binding: org.eclipse.e4.ui.model.application.commands.impl.KeyBindingImpl@53e453e4 (keySequence: Alt+Shift+Right, elementId: null, tags: null)
Failed to handle binding: org.eclipse.e4.ui.model.application.commands.impl.KeyBindingImpl@5e0c5e0c (keySequence: Ctrl+Shift+Left, elementId: null, tags: null)
Failed to handle binding: org.eclipse.e4.ui.model.application.commands.impl.KeyBindingImpl@75187518 (keySequence: Ctrl+Right, elementId: null, tags: null)
Failed to handle binding: org.eclipse.e4.ui.model.application.commands.impl.KeyBindingImpl@18c818c8 (keySequence: Alt+PageDown, elementId: null, tags: null)
...
Comment 1 Remy Suen CLA 2010-11-15 13:35:37 EST
Created attachment 183148 [details]
Workbench patch v1
Comment 2 Remy Suen CLA 2010-11-15 13:38:40 EST
(In reply to comment #1)
> Created an attachment (id=183148) [details]
> Workbench patch v1

Released to HEAD. We'll continue monitoring the logs for any suspicious activity as this code was originally added to prevent some NPEs during the work for bug 325392.