-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Forge - Macro Extension Point
-
Minor
-
Pollinator tests
Issue Summary
Action items (taskList/taskItem nodes) placed inside the body of a Forge bodied macro (rendered with UI Kit ADF Renderer using render: native) do not persist their checked/unchecked state when toggled in page view mode. The same action items work correctly when placed directly on the page outside the macro.
Steps to Reproduce
- Create a Forge app with macro module.
macro: - key: uikitmacro-hello-world-macro resource: main render: native layout: bodied resolver: function: resolver title: UIKitMacro - Deploy and install the app.
- create a page in Confluence cloud, add the macro and within the macro body add Action item.
- Publish the page.
- Now check the action item to mark it as competed
- Refresh the page
Expected Results
The action item check state is persisted after page reload.
Actual Results
The check state is not persisted. After reloading the page, the action item reverts to its unchecked state.
Workaround
Check/Uncheck action items within macro body in edit mode.