Community
Participate
Working Groups
To reproduce: 0. Create a ComboRidget 1. Add listener to selection event 2. Make read only 3. Change from UI (the change will be reverted) However two selection events are fired. They should not be fired. Note that we still want selection events to be fired when the selection is changed via API (i.e. setSelection(...)).
I have made some changes to the AbstractComboRidget to deal with another Bug. The result of these changes was that this bug here is fixed as well. I commented in the test you wrote for it.