google-code-export / yii-user

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

Ajax client side form validation does not work with yii-1.1.7.r3135 app #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Fresh web app install from yii-1.1.7.r3135 
2. Install & configure yii-user-0.3-r107.zip
3. Registration form fields are not checked on form field change (i.e. tabbing 
away from empty field - no red error message appears)

What is the expected output? What do you see instead?

When tabbing from field to field, there is no AJAX call to server to check each 
field.

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

yii-1.1.7.r3135
yii-user-0.3-r107

LINUX

Please provide any additional information below.

If I change the yii app in index.php to point to older yii app:

$yii=dirname(__FILE__).'/../../yii-1.1.6.r2877/framework/yii.php

and I empty assets folder, registration fields are checked, and firebug shows 
posts being made to server on field change, e.g.:

POST index.php?r=user/registration

Original issue reported on code.google.com by westway...@gmail.com on 22 Apr 2011 at 1:16

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r123.

Original comment by mish...@gmail.com on 2 Jun 2011 at 3:10

GoogleCodeExporter commented 9 years ago
For me ajax validation still don't work...
Problem the same as described above.

Yii 1.1.7 + yii-user-0.3-r107

Original comment by ta...@kacinskas.eu on 12 Sep 2011 at 7:52