Community
Participate
Working Groups
Build Identifier: 3.0.0.v20101213_3_0_0_M4 When setSelected is called a property change event for property IToggleButtonRidget.PROPERTY_SELECTED is fired. This is catched in the constructor of AbstractToggleButtonRidget but instead calling updateSelection, updateEnabled is called. Reproducible: Always Steps to Reproduce: 1. Create a checkbox with UIControlsFactory.createButtonCheck 2. Call setSelected(true) on the corresponding ridget 3. Checkbox does no go into selected state
Could not reproduce. See attached snippet. The "check" / "uncheck" button do modify the selected state successfully. It would be great if you can reopen this issue with a snippet that reproduces the bug. Feel free to use mine a starting point.
Created attachment 187389 [details] Snippet Snippet demonstrates correct working behavior.