-
-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Description
MMEX version:
- 1.6.4
- 1.7.0
- 1.7.1
- 1.7.2
- Other (please specify)
Operating System:
- Windows
- Mac OSX
- Linux
Description of the bug
If comma is , (comma) and thousand separator is . (point) like in the settings de_DE then you cannot overwrite a comma since the thousand seperator (=point) seems to be mistaken for a comma.
I hope this description or title is clear enough. But you can easily reproduce this issue with the following steps:
Reproduction
Is the bug reproducible?
- Always
- Randomly
- Happened only once
Reproduction steps:
- In the Settings (Extra/Options/General) set "de_DE" as currency format, which will be 1.234.567,89
- create a new bank account with 1500,50 which will turn into 1.500,50
- right click bank account and select "edit account"
- for example, value there is "1.500,50" you want to change it to "1.580,90"
- delete last 4 digits, start typing. You cannot type a comma anymore (,) since the point (.) is mistaken for a comma.
Expected result:
You should be able to type a , even if a . is alredy seperating the value.
Additional Information: