Opened 7 years ago
Closed 4 years ago
#16340 closed defect (patchwelcome)
Reset does not reset values in dojox/form/Manager
Reported by: | bgamrat | Owned by: | dante |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | DojoX Form | Version: | 1.7.4rc1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Reset does not restore the input values of form elements to those the page loaded with, whether it is invoked with a button (type="reset"), input(type="reset") or code document.getElementById("form").reset().
This applies only to HTML inputs, not to Dijit widgets.
Attachments (1)
Change History (2)
Changed 7 years ago by
Attachment: | reset.html added |
---|
comment:1 Changed 4 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Given that no one has shown interest in creating a patch in the past 2+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
Test page, with instructions to reproduce issue.