-
Bug
-
Resolution: Fixed
-
Low
-
5.4-OD-4
-
None
NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.
Symptoms:
On the Page Properties Report macro either:
A) Content is missing:
B) Columns are duplicated:
Cause:
When manually modifying a Page Properties table, a hidden tag (like <p> or <span>) might be present in the field text, making fields with same text be treated as different. This also makes impossible to list a column by it's name.
See the differences in the Storage Format of:
<ac:structured-macro ac:name="details"><ac:rich-text-body> <table><tbody><tr> <td><p>Priority</p></td> .... </tr> <tr> <td><span>Status</span></td> ....
vs
<ac:structured-macro ac:name="details"><ac:rich-text-body> <table><tbody><tr> <td>Priority</td> .... </tr> <tr> <td>Status</td> ...
So:
- in A) there is a Column Filter applied (Status, Priority) but the Report doesn't find those Columns in "Project Page 3 <SPAN>" because those fields have other characters in it.
- in B) the columns are listed separately because although they look the same, they are different to the Report macro.
Expected:
- Special tags to be ignored. If rows look the same, to be treated like the same.
Steps to reproduce:
To get the <p> or <span> values in the table you have to:
- Write two lines of text anywhere on the page
- Copy the lines inside the table
Editing the field names from now on, will keep the <p> or <span> value on them.
Workaround:
- Remove the table's row and create it again, for every row with the problem.
- duplicates
-
CONFSERVER-31518 Page properties report missing content due to nbsp
-
- Closed
-
- is duplicated by
-
CONFSERVER-32948 Page Properties Report - Columns to Show issue
-
- Closed
-
- is related to
-
CONFSERVER-32928 Page properties report macro not behaving as expected
-
- Closed
-
- relates to
-
CONFCLOUD-32367 Page Properties Report columns with same name are listed separately or not showing
-
- Closed
-
- mentioned in
-
Page Failed to load
[CONFSERVER-32367] Page Properties Report columns with same name are listed separately or not showing
Workflow | Original: JAC Bug Workflow v3 [ 2899140 ] | New: CONFSERVER Bug Workflow v4 [ 2993655 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2792112 ] | New: JAC Bug Workflow v3 [ 2899140 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2736758 ] | New: JAC Bug Workflow v2 [ 2792112 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2401077 ] | New: JAC Bug Workflow [ 2736758 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2301022 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2401077 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2234923 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2301022 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2197868 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2234923 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1935550 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2197868 ] |
I am facing the same issue