-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
Severity 3 - Minor
Issue Summary
This is reproducible on Data Center: (no)
Dynamic Content Macro inside table cells doesn't render properly if we sort the table.
Steps to Reproduce
- Create a confluence page
- add a table to the page with two columns A and B
- in column A cells add some data (i.e. numbers)
- in columtn B cells add Dynamic Content Macros
- publish page
- Sort the data in column A
- highlight one of the iframes of a macro that no longer shows up. Run window.AP.confluence.getMacroData(console.log) in devtools/console → It will return undefined
Expected Results
the macros in column B should all render properly
Actual Results
macros in column B doesn't render. Some renders and others are blank.
window.AP.confluence.getMacroData function for the blank macros return undefined
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...