#3526 closed bug (worksforme)
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 (3)
Changed 14 years ago by
Attachment: | badValidation.zip added |
---|
comment:1 Changed 14 years ago by
Component: | unfilled → plugin |
---|---|
Keywords: | validate added; validation removed |
Owner: | changed from flesler to joern |
comment:2 Changed 14 years ago by
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.
Note: See
TracTickets for help on using
tickets.
Bug example to reproduce