Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 406226

Summary: [Button][MenuItem] Deselected radio button/menu item does not fire selection event
Product: [RT] RAP Reporter: Tillmann Seidel <tseidel>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: 2.1 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Tillmann Seidel CLA 2013-04-22 10:38:03 EDT
Situation: two radio buttons are on the same composite and button 1 is selected. 

If you select button 2
* in SWT: two selection events are fired (one for the deselected button 1, one for the selected button 2)
* in RWT 1.4: two selection events are fired (as in SWT)
* in RWT 2.0: only one selection event is fired (for the selected button 2)

The behavior of RWT 2.0 should be backward compatible with version 1.4 and with SWT (for single sourcing) and fire a (de-)selection event.
Comment 1 Ivan Furnadjiev CLA 2013-04-23 02:54:31 EDT
The client does not send notify operation for de-selected radio button.
Comment 2 Ivan Furnadjiev CLA 2013-04-25 08:55:49 EDT
Fixed in master with commit 4a3753ecb73a55b372549630740168c08a41ee26.