You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When editing the color of a shape, the color picker shows the hex code of the current color and the user is able to edit that text string to get the color they want. However, if the user presses the backspace key to delete part of the string, the shape is deleted instead.
To Reproduce
Steps to reproduce the behavior:
Add a shape
Click on Stroke to open color picker
Click on hex code string to edit
Press backspace key
Notice shape is deleted and hex code string remains unchanged. Pressing the backspace key again edits the string as expected.
Expected behavior
Backspace key would delete characters in the hex code string, where the text cursor is located. Shape should not be deleted.
Screenshots
Desktop (please complete the following information):
Describe the bug
When editing the color of a shape, the color picker shows the hex code of the current color and the user is able to edit that text string to get the color they want. However, if the user presses the backspace key to delete part of the string, the shape is deleted instead.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Backspace key would delete characters in the hex code string, where the text cursor is located. Shape should not be deleted.
Screenshots
Desktop (please complete the following information):
Additional context
This can be reproduced using the image editor on https://ui.toast.com/tui-image-editor
The text was updated successfully, but these errors were encountered: