Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
Changed 5 years ago by Le Moustique
-
attachment
badValidation.zip
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Bug example to reproduce