Bug 40023 - [KeyBindings] Keybindings and AS_RADIO_BUTTON
Summary: [KeyBindings] Keybindings and AS_RADIO_BUTTON
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: Douglas Pollock CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-14 10:52 EDT by Jean-Michel Lemieux CLA
Modified: 2003-09-25 14:46 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Michel Lemieux CLA 2003-07-14 10:52:33 EDT
3.0 I20030310
I've created actions with style set to AS_RADIO_BUTTON. There are a set of 
commands and keybindings that these actions are assigned to. When the 
keybinding is run (e.g. I've assigned a key and pressed it) the radio button 
is unchecked and thus breaks the radio button model.

Should I code something special to handle radio buttons in keybindings?
Comment 1 Debbie Wilson CLA 2003-07-14 15:38:20 EDT
Did you mean I20030710?
Comment 2 Jean-Michel Lemieux CLA 2003-07-14 15:57:04 EDT
Yep. 20030710
Comment 3 Chris McLaren CLA 2003-09-12 14:29:51 EDT
i believe this is already fixed now, moving to doug to confirm.
Comment 4 Douglas Pollock CLA 2003-09-15 14:15:09 EDT
There was a problem where executing a command/action via a keyboard shortcut
would not actually update the selected state of the menu/toolbar widget.  The
problem was noticed while fixing Bug 30936, and corrected.  This should be fixed
as of N20030913.

For example, binding "Ctrl+Alt+K" to "Lock Toolbars" would not check the menu
item, and would not actually execute the corresponding toolbar locking code. 
This only applied to commands that had a selectable state.

Is this the problem you were seeing?  And, if so, is it fixed > 20030912?  If
not, could you describe how your problem differs.  Thanks.
Comment 5 Chris McLaren CLA 2003-09-25 14:46:04 EDT
closing as fixed. jean-michel can reopen if necessary. thanks.