From the SmartGWT-Showcase/Forms/Text-Masking demo as a reference: If you paste (using CTRL+V) into any of the text fields, the masking mechanism yields a poor user experience. This is especially apparent for the "Phone No." field as the masking template gets pushed beyond the end of the string that is pasted. While in some circumstances the field is left with valid data, in others it's not. Overall, the user experience is such that uesrs end up basically typing what they intended to cut/copy/paste into the field.
Without having looked deeply into the underlying code that performs the text masking mechanism, is it something that can be easily fixed or worth of filing a bug?
Thanks in advance.
Without having looked deeply into the underlying code that performs the text masking mechanism, is it something that can be easily fixed or worth of filing a bug?
Thanks in advance.
Comment