#10964 closed defect (duplicate)
dijit.form.ValidationTextBox Internet Explorer reset button deletes data.
Reported by: | usr | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have a html reset button and in Internet Explorer in deletes all the data that was in my dijit.form.ValidationTextBox? when the page was loaded. Chrome and Firefox do not have this problem.
Attachments (1)
Change History (5)
comment:1 follow-up: 2 Changed 11 years ago by
comment:2 Changed 11 years ago by
Replying to bill:
You'll need to attach a test case, using the "Attach File" button as dijit/tests/form/Form.html seems to be working fine. Also, which version of IE does it fail on?
I added an attachment. The problem is with IE 8.0.
comment:3 Changed 11 years ago by
Milestone: | tbd → 1.1 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
OK, I see. Actually this is a dup of #2666. You need to use the dijit.form.Form widget rather than a native <form> node.
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
You'll need to attach a test case, using the "Attach File" button as dijit/tests/form/Form.html seems to be working fine. Also, which version of IE does it fail on?