-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Page - Editor - Cloud
-
None
-
Severity 3 - Minor
Issue Summary
When using ForgeReconciler.addConfig() with a <Select> component in a Confluence macro config sidebar, if you edit the selected value and then go back to the previous, the change is not triggered, so the last selection remains active.
As there is no failure, the user may not notice this behavior and mistakenly select an option that is different from the intended option
Steps to Reproduce
- Create a forge macro project
- Add a selection config (Radio/ Combo/ Checkbox)
- Deploy to Confluence
- Add the macro to a page and edit it so it has a value selected
- Go back to the macro and edit it again, but this time, don't close the config; try to select the previously selected option instead.
Expected Results
The selected value should be triggered and sent to the page.
Actual Results
You can't select the same option again after you change it, as selecting it will do nothing and make it appear as if nothing has been changed.
Workaround
Close the config page and open it again