-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Macros - Other - Native (1st Party)
-
3
-
Severity 3 - Minor
Summary
With any macro that has fields to configure, if curly brackets ( { } ) are inserted, the macro will display an "Unknown macro" error in edit mode, but will render correctly in view mode.
This is observed in legacy editor.
Environment
- Confluence cloud
Steps to Reproduce
- Insert a macro - let's use the "Info" macro for this example;
- Click on the macro and hit Edit;
- In the field (Optional Title in this example) type "Test {test}" and save the macro.
Another set of steps:
- Insert "Create from Template macro"
- In the "Title of page to be created" field type something like: "Test - {Test Name Here}"
- Save the macro.
Expected Results
The macro will be correctly rendered in edit mode.
Actual Results
The macro is rendered with an "Unknown macro" error on edit mode, as shown below:
Notes
The macro will be correctly rendered on view mode.
Workaround
- removing the brackets in legacy editor.
- Convert to new editor where this issue doesn't replicate.