Comment #2 on issue 129 by Mariusz.Jakubowski.79: Signup AJAX validation  
locks up on IE6
http://code.google.com/p/django-hotclub/issues/detail?id=129

Hi,
this problem is caused by returning false from validation error in
django-ajax-validation when a form is invalid. This prevents IE from  
switching to
another field. The form is invalid because all fields are validated, not  
only
username, and password fields are empty.
Changing the event type from "change" to "blur" solves the problem. But now  
every
focus change triggers the validation.
I have attached two files:
ajax.patch - changing return from validation from "return status"  
to "return true"
signup.patch - changing event type
You can apply the first or the second patch, both solve the problem but in  
different way.

There is anoter bug, when you focus on the sign up button:
parent[0].className is undefined
but this is in uni-form.jquery.js

Attachments:
        ajax.patch  474 bytes
        signup.patch  717 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to