aux

aux

1M Downloads

Changing price with backspace/delete does not work

wodim opened this issue ยท 2 comments

commented

If you modify the price of an auction when posting it using backspace or delete and then use tab to switch to the other field, the change is undone.

commented

Known issue but surprisingly difficult to fix due to how the input events work in vanilla. There's an event that fires whenever the text changes but the problem is it fires also when it's not changing from user input and doesn't tell you how it was triggered. Then there's another event that only fires from user input but it is not triggered by all input (e.g., not by backspace and delete).

commented

fixed in the classic version