oatot / oatot

OpenArena tote
MIT License
3 stars 5 forks source link

Betting menu not working very well #81

Open ryvnf opened 6 years ago

ryvnf commented 6 years ago

The betting menu does not seem to work very well. The interface for entering the amount of coins bet seems to be quite buggy, which should be fixed.

GuildDio commented 6 years ago

What exactly do you mean by not working very well? I added a check for amount of money there and in case it exceeds the upper bound, the amount is set to the maximum amount you can afford, in case it is less than lower bound, it is set to 0.

ryvnf commented 6 years ago

Its a bit hard to explain. For one thing, the cursor will move to the right outside the text field, if you enter a number with many digits and let it truncate to the valid range.

I realize most of the problems is probably because the text field is only 2 digits large, which causes it to scroll and you loose track of what numbers you have entered. Because only 2 digits are presented it gets quite confusing, and you think the numbers entered previously have been ignored, but then you cannot backspace over it.