-
Bug
-
Resolution: Fixed
-
Normal
-
6.0.1
When the error message for a constraint on a control is shown there is a hover text for the message of "Go to the wrong field". This text is a bit confusing. I assume this is to let the user know that clicking on the message will move focus to the field where the error is located.
Would it be possible to change it please? Perhaps to "Click to go to field" or just "Go to field"?
Example source to reproduce:
<textbox id="emailTextbox" width="175px" constraint="/[a-zA-Z0-9_\-.+]@[a-zA-Z0-9_\-.+]/: invalid e-mail" maxlength="255" />