codinguser / gnucash-android

Gnucash for Android mobile companion application.
Apache License 2.0
1.22k stars 538 forks source link

Crash while entering a value with an "dot" thousand seperator #893

Closed kekkc closed 3 years ago

kekkc commented 3 years ago

Steps to reproduce the behaviour

  1. Use a localized version (e.g. german language)
  2. Doubleclick on any account to open it
  3. Enter "1500" for decrease ("Abnahme" in german) and save
  4. Copy this value here "5.531,25" (without quotes)
  5. Doubleclick on the 1500 in GnuCash, so that "1.500,00" is selected
  6. Press CTRL-V to paste the previous copied value

Crash

Expected behaviour

"1.500,00" gets replaced with "5.531,25"

Actual behaviour

Crash

Software specifications

GnuCash 4.2 (portable) Windows10

kekkc commented 3 years ago

https://bugs.gnucash.org/show_bug.cgi?id=797999