The text input field in the colour picker is way too hasty in autocompleting hex values, and it has made trying to enter them from keyboard practically impossible. This problem only seems to occur in indexed colour mode.
As it is, the field only lets me enter three or four of six digits before it autocompletes, filling every space up to the sixth with zeroes or calculating a minimum (#000000) or maximum (#ffffff) value if there are more than six characters. When I enter the next character in the hex value, the field clears any excess characters from the beginning of the value, making a mess of the whole thing.
See for yourself:
Perhaps the input field could be altered to wait until the input box loses focus before it tries to fill in vacant spaces with zeroes and/or recalculate a max/mix value? Alternatively, clearing excess characters from the end of the hex value instead of the beginning would probably also resolve this issue.
Copy/paste works, of course, and will do in the interim. But direct input from keyboard (rather than clipboard) is nightmarish.
Thanks for considering it! :D
..using ASEprite 1.2.5-x64 on Win10.
The text was updated successfully, but these errors were encountered:
The text input field in the colour picker is way too hasty in autocompleting hex values, and it has made trying to enter them from keyboard practically impossible. This problem only seems to occur in indexed colour mode.
As it is, the field only lets me enter three or four of six digits before it autocompletes, filling every space up to the sixth with zeroes or calculating a minimum (#000000) or maximum (#ffffff) value if there are more than six characters. When I enter the next character in the hex value, the field clears any excess characters from the beginning of the value, making a mess of the whole thing.
See for yourself:
Perhaps the input field could be altered to wait until the input box loses focus before it tries to fill in vacant spaces with zeroes and/or recalculate a max/mix value? Alternatively, clearing excess characters from the end of the hex value instead of the beginning would probably also resolve this issue.
Copy/paste works, of course, and will do in the interim. But direct input from keyboard (rather than clipboard) is nightmarish.
Thanks for considering it! :D
..using ASEprite 1.2.5-x64 on Win10.
The text was updated successfully, but these errors were encountered: