moneyguru icon indicating copy to clipboard operation
moneyguru copied to clipboard

Force left typing alignment for numerical fields

Open hsoft opened this issue 11 years ago • 0 comments

From email:

The following issue is not apparent on Windows - Assume I type all transactions in Hebrew (RTL language) well, all is good until I get to the numbering columns. If I'm still in Hebrew then adding numbers will occur RTL, this makes it complicated to see where I put the '.' for example:

In English (and non-RTL languages): While typing the amount 30.79 I'll see: 30.79 (correct), when I press Enter, the value shows 30.79 (correct) While typing 30+0.79 I'll see: 30+0.79 (correct), when I press Enter, the value shows 30.79 (correct)

In Hebrew (and RTL languages): While typing the amount 30.79 I'll see: 3079. (not-correct), when I press Enter, the value shows 30.79 (correct) While typing 30+0.79 I'll see: 3079.0+ (not-correct), when I press Enter, the value shows 30.79 (correct) I think you should force LTR (or some other work-around) on the 'Increase, Decrease, Check#' columns.

hsoft avatar Jun 22 '13 16:06 hsoft