-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
1
-
Minor
Issue Summary
In the Android app, when editing a card description, adding a German date (e.g "14. August 2025" in dd. Mon YYYY format) inside a bulleted list changes to 1 August 2025 when the editor is saved.
Steps to Reproduce
- Create a card and open it
- Go to the description and create a bullet list with a german date format e.g. * 14. August 2025
- Save the editor
Expected Results
The editor should display in this format in it's editable state:
- 14. August 2025
Actual Results
The editor is displaying the date in this format once it is saved. It becomes a numbered list:
- 1. August 2025
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available