PrajapatiRaj / yii-user

Automatically exported from code.google.com/p/yii-user
0 stars 0 forks source link

Update UActiveForm #106

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Setting enableClientValidation to a form
2. Open registration form, and make the focus go to the password field,leaving 
the username field blank

What is the expected output? What do you see instead?
The user should be prompted of an invalid username error

What version of the product are you using? On what operating system?
Yii 1.1.8
yii-user-0.3-r107
Windows 7,Ubuntu

Please provide any additional information below.
Why not just extend the UActiveForm to CActiveForm (just like what you did with 
UHtml and UActiveRecord)? It will promote more compatibility with whatever Yii 
version the user is using.

What do you think?

I have attached my UActiveForm, and this works fine for me. So far it's only 
the "disableAjaxValidationAttributes" that I see is added, anybody's welcome to 
correct me (see attached file).

Original issue reported on code.google.com by macinvi...@gmail.com on 21 Aug 2011 at 3:33

Attachments: