deefactorial / openmoney-network

Openmoney Client for the Openmoney API
3 stars 2 forks source link

Numeric keypad issues #4

Open edwardont opened 4 years ago

edwardont commented 4 years ago

When using openmoney.network site, the numeric keypad has some glitches.

If the cursor is moved to the left of the decimal point and then moved back to the right of the decimal point it seems to get stuck or bound to the left position can be replicted by ; move cursor to left of "." type 333 (works good) now press "." on the physical keyboard cursor move to right of "." (as expected) press 50 50 appears to the left of the decimal point Output = 33350.00 expected = 333.50 also cannot be correctly deleted with on-screen delete button, cursor jumps at 4th delete click.

clicking to the far left of the first digit in the number input window, leaves an extra 0 before the decimal, this may be expected or not?

if display is 0.00, placing cursor between two last zeros after decimal (ie. 0.0|0), entering 33350 output = 3335.00 expected = 333.50

Suggest adding decimal to on screen keypad or disable keyboard input for decimal and/or everything