Side navigation
#3526 closed bug (worksforme)
Opened October 27, 2008 09:12AM UTC
Closed June 10, 2009 09:48AM UTC
Last modified March 14, 2012 11:28PM UTC
validation bug (No validation with jquery.validate.js)
Reported by: | Le Moustique | Owned by: | joern |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | validate | Cc: | |
Blocked by: | Blocking: |
Description
Hello,
I found a bug inside your jquery validation. I created 1 example so you can see it.
Just go to this link online --> http://users.telenet.be/Nobels/basic/index.html
or open zip in attach.
Do these steps to see the bug:
- Push Demo button (modal popup will show)
- You will find 2 textboxes inside modal popup.
Those 2 are added to the JQuery validation.
- Push Login and you will see that the form is NOT valid. (so good so far)
- Close modal popup (Upper right corner)
- Push demo button again.
- Push Login button again. --> you will see that there is no validation donne. and the form is submitted.
I can not find the cause of the problem.
Did i miss something ?
Please help me out because your feature is greate :-)
I you need more details just ask :-)
Mvg,
Kris Nobels
Attachments (1)
Change History (2)
Changed October 27, 2008 12:20PM UTC by comment:1
component: | unfilled → plugin |
---|---|
keywords: | validation → validate |
owner: | flesler → joern |
Changed June 10, 2009 09:48AM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
Looks like you have to initialize the validation when opening the modal dialog.
Also set debug:true to debug see the error thrown on submit.