Actions
Bug #2361
closedUsing backspace in the search pane deletes highlighted components
Start date:
02/17/2006
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2361
Description
Seems like there is no distinction between the different panes in the workflow
editor gui. When using the backspace within the search pane any highlighted
actor is being deleted.
Updated by Matthew Brooke over 18 years ago
Fixed by changing registerKeyboardAction() to use
JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT
instead of
JComponent.WHEN_IN_FOCUSED_WINDOW
Actions