nhn / tui.image-editor

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
http://ui.toast.com/tui-image-editor
MIT License
6.98k stars 1.29k forks source link

Unable to enter a value from the numeric keypad #864

Open sirsimon opened 1 year ago

sirsimon commented 1 year ago

Describe the bug I can't set new inputs values (range) from numpad. Numpads keys are ignored because of this condition: https://github.com/nhn/tui.image-editor/blob/master/apps/image-editor/src/js/ui/tools/range.js#L242 Numpad numbers keys have different keyCode from 96 to 105, instead of regular numbers keycode from 48 to 57.

To Reproduce Try to change the input value by numpad key.

Expected behavior Possibility to set number value from numpad.

Screenshots image

Desktop (please complete the following information):