-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Macros - Other - Native (1st Party)
-
None
-
1
-
Severity 3 - Minor
Issue Summary
In the Safari browser, a numbered list within an excerpt truncates the leading digit in a two-digit number. Instead of showing 9, 10, 11, 12, it displays 9, 0, 1, 2.
Steps to Reproduce
- Create a new page or edit an existing page in Confluence.
- Add a numbered list with at least two-digit numbers (e.g., 9, 10, 11, 12).
- Insert the numbered list inside an excerpt macro.
- Save the page and view it in Safari.
- Observe the incorrect display of the numbers.
Expected Results
The numbered list should display numbers sequentially as 9, 10, 11, 12.
Actual Results
The list displays the numbers incorrectly, showing 9, 0, 1, 2 instead of the expected 9, 10, 11, 12.
The below exception is thrown in the xxxxxxx.log file:
...
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available