Bug 528401 - Radio widget action under begin does not get triggered on selection of radio button.
Summary: Radio widget action under begin does not get triggered on selection of radio ...
Status: NEW
Alias: None
Product: Sirius
Classification: Modeling
Component: Diagram (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2017-12-11 05:04 EST by Yash Khatri CLA
Modified: 2017-12-15 10:50 EST (History)
1 user (show)

See Also:


Attachments
sample projects (8.67 KB, application/x-zip-compressed)
2017-12-15 10:49 EST, Steve Monnier CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yash Khatri CLA 2017-12-11 05:04:34 EST
This is in relation to the forum post https://www.eclipse.org/forums/index.php/t/1090423/

Steps to reproduce. 
1. Create a radio widget.
2. Create some actions under begin.
3. Expected: The action should be triggered when the radio button is selected by the user.
4. Actual: The action is not getting triggered when the radio button is selected for the first time rather it is getting triggered when user change the selection.
Comment 1 Steve Monnier CLA 2017-12-15 10:49:52 EST
Created attachment 271929 [details]
sample projects

I added a dumb sample to reproduce the issue:
- Import the projects from the attached zip
- Open the diagram
- Use the tool on NewEClass1
- It displays each EClass in radio buttons
- The radio button as a Set operation that adds an "_"
-> The first selection of a radio button has no effect on NewEClass1 name (KO)
-> The next selection of a radio button will add an "_" after NewEClass1 name (OK)

Note that we have not yet forcasted when we will work on this issue.