Opened 5 years ago
#19347 new enhancement
Simplify Way Dialogue should filter out own shortcut key
Reported by: | InsertUser | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
The simplify way feature has recently been enhanced to prompt the user for sensitivity at the time of use rather than as a global setting in an obscure preferences menu.
The dialogue for this automatically selects the field for "Maximum error".
If the user has accidentally double tapped the shortcut (default SHIFT+Y) this causes a the entry in the box to be preceded with Y eg. "Y0.1" rather than "0.1". This is then not accepted as valid input when pressing the ENTER key or the "Simplify" button on the dialogue. This introduces a delay in using the commend when trying to work quickly.
In most instances it would be preferable to strip out the leading "Y" automatically when executing the command or modify the input form to reject characters that are not digits or the decimal separator as they are typed rather than when the form is submitted.