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

Bug 356161

Summary: ToggleButtonRidget does not show correct selection, when set to outputonly
Product: [RT] Riena Reporter: Steffen Kriese <steffen.kriese>
Component: ridgetAssignee: Project Inbox <riena.core-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.0.0   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:
Attachments:
Description Flags
Patch for the SWT ExampleClient to reproduce the bug none

Description Steffen Kriese CLA 2011-08-30 03:05:18 EDT
Example:

- myToggleBUttonRidget.setSelection(true);
- myToggleBUttonRidget.setOutputOnly(true);

result: visual appearance is correct!

- myToggleBUttonRidget.setSelection(false);

result: ToggleButton is outputonly, but still shows the selection.
Comment 1 Steffen Kriese CLA 2011-08-30 03:08:18 EDT
Created attachment 202386 [details]
Patch for the SWT ExampleClient to reproduce the bug

Steps to reproduce:
- Apply the patch
- Start the SWT ExampleClient
- Go to Playground => Marker
- Check the option "outputonly"
- Click the Button on the bottom "toggle checkbox selection"