Opened 8 years ago
Closed 6 years ago
#17781 closed defect (invalid)
dojox.validation.check always throws a "Cannot read property 'type' of undefined" error
Reported by: | cozzbie | Owned by: | cozzbie |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | Dojox | Version: | 1.9.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have a simple login form setup and whenever I try to use the validate.check method a
"Cannot read property 'type' of undefined"
error is thrown and the error line is shown on check.js 33 where we have
return (typeof _d[_c]=="undefined");
Change History (3)
comment:1 Changed 8 years ago by
Component: | General → Dojox |
---|---|
Owner: | set to Adam Peller |
comment:2 Changed 7 years ago by
Milestone: | tbd → 1.12 |
---|---|
Owner: | changed from Adam Peller to cozzbie |
Status: | new → pending |
comment:3 Changed 6 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Note: See
TracTickets for help on using
tickets.
Would need to see an example or test case with the simple login form.