Community
Participate
Working Groups
Scenario: 1. Master details editor page. 2. Section under a node that is added by an add action (driven by a list). 3. In that section, the first thing is an enum property editor that renders via radio buttons (such as two enum items). 4. The property specifies something other than the first enum item as the default value. When node is added and section is opened, the enum property is in changed state. The first enum item is selected. It should be in default state. The issue is the code that sets focus on the section after adding the node. SWT behavior of Control.setFocus() on a radio button that isn't selected is to force selection to that radio button. To compensate, the code that locates the first focusable control should skip unselected radio buttons.
Fixed.
verified by going through the scenario and did not see any unexpected property changes.