-
Bug
-
Resolution: Fixed
-
Low
-
None
-
None
-
1
-
Minor
-
Issue Summary
Sorting a table with special characters is giving incorrect results.
Steps to Reproduce
- Create a Confluence page containing a table.
- Insert values containing special characters inside this table. The characters can be dots, ampersands, etc.
- Sort the column. We can see that the sorting is not happening correctly. The samples are given below. Here the sorting is done based on the 'Name' column.
ID |
Name |
---|---|
001 | a-f |
002 | a-h |
003 | a-a |
004 | a-e |
005 | a-s |
006 | a-r |
ID |
Name |
001 | a.b.c |
006 | a.r.m |
002 | c.b.a |
003 | f.g.d |
005 | l.k.i |
004 | z.g.d |
Expected Results
The sorting should happen correctly for columns with special characters in them.
Actual Results
The sorting is not working correctly.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
- relates to
-
CONFCLOUD-74758 Not able to sort table column with mixed alpha and numeric values
-
- Closed
-