https://bugs.kde.org/show_bug.cgi?id=522826
--- Comment #3 from Dimitrios Glentadakis <[email protected]> --- I tested a downstream patch that makes AmountValidator use LC_MONETARY, matching MyMoneyMoney. This fixes the issue where entering 86,00 in an AmountEdit field could become 8,60 after focus changes. This also seems related to bug 518241, specifically the LC_MONETARY / AmountEdit part. Both issues appear to come from monetary input fields using inconsistent locale information: the validator follows the numeric QLocale, while MyMoneyMoney formats/parses using the monetary locale. The LC_TIME/date-saving part mentioned in bug 518241 may be a separate issue. Related: https://bugs.kde.org/show_bug.cgi?id=518241 -- You are receiving this mail because: You are watching all bug changes.
