hunthu2000 / engile

Automatically exported from code.google.com/p/engile
0 stars 0 forks source link

Field validators are too strict for alphabet #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click on edit on either Feature or Requirement
2. Click on description field
3. Click outside

What is the expected output? What do you see instead?
The field should accept punctuations, numbers etc. but it doesn't and gives 
an error message

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by dpa...@hotmail.com on 25 Sep 2009 at 5:27

GoogleCodeExporter commented 9 years ago
We need to support level of strictness in the validators . So the alphabet 
validator 
can be configured for each property to indicate what characters are possible 
e.g. for 
name we should allow only alphanumeric whereas for description we should allow 
alphanumeric and punctuations as well. 

Original comment by dpa...@hotmail.com on 25 Sep 2009 at 5:28

GoogleCodeExporter commented 9 years ago
Seems like there is a problem in the validator mechanism too. 

Just focus on any field in edit mode and than click outside even if the data is 
valid 
and exists it displays error text. 

Original comment by dpa...@hotmail.com on 25 Sep 2009 at 5:50