dijit.form.Form doesnt fire messages anymore on isvalid() or on validate()
Hello, this is working fine with dojo 1.5
with 1.6.0b2 , while using dijit.form.Form, if a required field is empty, with the code "onsubmit return this.validate()" :
its return false , that is ok
but the required field does not become red, and no message is shown.
Attachments (1)
-
test12259.html (824 bytes) - added by Kenneth G. Franqueiro 11 years ago.
-
Test trying to reproduce the issue, but it works for me…
Download all attachments as: .zip
Change History (4)
Component: |
General →
Dijit
|
Owner: |
anonymous deleted
|
Resolution: |
→ worksforme
|
Status: |
new →
closed
|
Component: |
Dijit →
Dijit - Form
|
Test trying to reproduce the issue, but it works for me...