Changes between Initial Version and Version 1 of Ticket #15968
- Timestamp:
- Sep 12, 2012, 2:45:48 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15968
-
Property
Milestone
changed from
tbd
to1.8.2
-
Property
Milestone
changed from
-
Ticket #15968 – Description
initial v1 1 In a CurrencyTextBox for example, if you type "11" then there's no error until you blur since the value is "Incomplete". But if you type an additional "a" (before blurring), then it shows an error which is good. But if you immediately BACKSPACE to erase the "a", the error remains until you BACKSPACE again (erasing 1 of the good "1" characters), or until you type an additional valid character.1 In a !CurrencyTextBox for example, if you type "11" then there's no error until you blur since the value is "Incomplete". But if you type an additional "a" (before blurring), then it shows an error which is good. But if you immediately BACKSPACE to erase the "a", the error remains until you BACKSPACE again (erasing 1 of the good "1" characters), or until you type an additional valid character. 2 2 I think it's more intuitive if erasing the last invalid character removes the Error notation (at least until you blur).