-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Forge - App UI Web
-
Major
Issue Summary
In a Forge app for Confluence, when using a TextField to create a configuration macro, the content entered in the field is not saved if you click outside the configuration UI or publish the page immediately. The content is only saved if you press enter, click on another field inside the configuration UI, or click around the configuration UI itself.
Steps to Reproduce
- Create a sample "Hello World" app using Forge in Confluence.
- Select the UI Kit Category and choose the confluence-macro template.
- Now, try to create a macro with configuration like this tutorial with a TextField and deploy to your test site.
- Create a new Confluence page, insert the macro you created, and enter text into the TextField.
- Click the Update Page button immediately or click outside the configuration UI.
Expected Results
The content entered into the TextField should be retained and saved, regardless of whether the user clicks outside the configuration UI or publishes the page immediately after entering text.
Actual Results
The content entered into the TextField is lost if the user clicks outside the configuration UI or publishes the page immediately after entering text. The data is only saved when the user clicks into another field after typing.
Workaround
As a workaround, after entering text into the TextField, click into another field within the configuration UI before clicking outside or publishing the page. This action ensures that the content is retained and saved correctly.
- causes
-
ECOHELP-49626 Loading...