-
Bug
-
Resolution: Fixed
-
Low
-
5.8.4, 5.9.1, 5.10.4, 6.14.1, 6.14.2, 6.14.3, 6.15.4, 6.15.6, 6.15.7, 7.2.1, 7.4.6, 7.9.3
-
17
-
Severity 3 - Minor
-
22
-
NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.
Summary
Dates are not sorted correctly when user is on European browser (such as Deutsch).
Environment
Tested in:
- Confluence server 6.15.6
Steps to Reproduce
- Make sure that browser is on English language
- Create a page with random dates in a table
- Save, and try to sort it
- Tables are sorted correctly
- Go to user profile > setting > edit > set language as Deutsch
- Go back to the page > try to sort the dates
Expected Results
Dates are sorted correctly
Actual Results
Dates are not sorted correctly. In fact, it's sorted in a random way. see f0S76Dx2jG.gif
Notes
This issue is different than CONF-34002 since CONF-34002 is an improvement request for dates to be able to be sorted.
Date sorting feature doesn't sort plain text dates since plain text dates could be ambiguous to users with different system & profile locales.
- causes
-
CONFSERVER-74697 Tables date label columns with empty cells cannot be sorted properly
-
- Closed
-
-
PSR-702 You do not have permission to view this issue
- is cloned from
-
CONFSERVER-34002 Dates aren't sorted correctly
- Closed
- is duplicated by
-
CONFSERVER-58581 Sorting a column with dates on the Page Property Report macro does not work correctly in some language settings
-
- Closed
-
-
CONFSERVER-60052 Sorting Dates in order in a table does not works when Profile language is set to Deutsch (Deutschland)
-
- Closed
-
- is related to
-
CONFSERVER-34545 Error in table column when sorting dates
-
- Closed
-
- relates to
-
CONFSERVER-33566 Page properties report doesn't sort by date properly
-
- Closed
-
-
CONFCLOUD-38083 Dates aren't sorted correctly in European time format (dd.mm.yyyy)
-
- Closed
-
-
CONFSERVER-34002 Dates aren't sorted correctly
- Closed
-
CONFSERVER-35168 Date Lozenge Date Format and Sorting
- Gathering Interest
-
CONFSERVER-55188 Make the date format for the date picker "//" shortcut configurable
- Gathering Interest
-
PSR-662 Loading...
Form Name |
---|
[CONFSERVER-38083] Dates aren't sorted correctly in European time format (dd.mm.yyyy)
Remote Link | Original: This issue links to "PSR-702 (Bulldog)" [ 607665 ] | New: This issue links to "PSR-702 (JIRA Server (Bulldog))" [ 607665 ] |
Link | New: This issue relates to CONFSERVER-35168 [ CONFSERVER-35168 ] |
Remote Link |
New:
This issue links to "A1 Server. Master Baseline › Main Plugins - Samurai › issue- |
Remote Link |
New:
This issue links to "A1 Server. Master Baseline › Main Plugins - Little Big Platform › issue- |
Remote Link | New: This issue links to "PSR-662 (Bulldog)" [ 622325 ] |
Description |
Original:
{panel:bgColor=#e7f4fa}
*NOTE:* This bug report is for *Confluence Server*. Using *Confluence Cloud*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFCLOUD-38083]. {panel} h3. Summary Dates are not sorted correctly when user is on European browser (such as Deutsch) h3. Environment Tested in: * Confluence server 6.15.6 h3. Steps to Reproduce # Make sure that browser is on English language # Create a page with random dates in a table # Save, and try to sort it # Tables are sorted correctly # Go to user profile > setting > edit > set language as Deutsch # Go back to the page > try to sort the dates h3. Expected Results Dates are sorted correctly h3. Actual Results Dates are not sorted correctly. In fact, it's sorted in a random way. see [GIF attached|https://jira.atlassian.com/secure/attachment/206841/f0S76Dx2jG.gif] h3. Notes This issue is different than |
New:
{panel:bgColor=#e7f4fa}
*NOTE:* This bug report is for {*}Confluence Server{*}. Using {*}Confluence Cloud{*}? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFCLOUD-38083]. {panel} h3. Summary Dates are not sorted correctly when user is on European browser (such as Deutsch). h3. Environment Tested in: * Confluence server 6.15.6 h3. Steps to Reproduce # Make sure that browser is on English language # Create a page with random dates in a table # Save, and try to sort it # Tables are sorted correctly # Go to user profile > setting > edit > set language as Deutsch # Go back to the page > try to sort the dates h3. Expected Results Dates are sorted correctly h3. Actual Results Dates are not sorted correctly. In fact, it's sorted in a random way. see [^f0S76Dx2jG.gif] h3. Notes This issue is different than Date sorting feature doesn't sort plain text dates since plain text dates could be ambiguous to users with different system & profile locales. |
Hi it1829750478 ,
For table 1, empty cell sorting bug was known and fixed in 7.14.2, you could find more detail on ticket: https://jira.atlassian.com/browse/CONFSERVER-74697
For table 2, the date sorting feature was implemented against consistent datetime attributes in semantic <time> tags like
<time datetime="2022-02-17">
Users could insert it by using datepicker in editor. Plain text is sorted alphabetically. We don't parse plain text dates because it's ambiguous to users with different system and profile locales settings.
Cheers,
Zac