Opened 8 years ago
Closed 8 years ago
#16902 closed defect (invalid)
dijit.form.Select - List item remains selected after reset
Reported by: | pykaso | Owned by: | pykaso |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
define([ //Overridden so that the state will be cleared. this.inherited(arguments); Tooltip.hide(this.domNode); + this._loadChildren(true); // reset selected children this._refreshState(); // to update this.state }
Change History (2)
comment:1 Changed 8 years ago by
Owner: | changed from Douglas Hays to pykaso |
---|---|
Status: | new → pending |
comment:2 Changed 8 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.
Please provide more detail about the problem. When I load http://archive.dojotoolkit.org/nightly/checkout/dijit/tests/form/Form.html in Chrome, there's a Select widget (id=s1) with an original selected value of "Virginia". I can change the value, and then when either the HTML reset button is clicked or the programmatic reset() method is called (buttons near the bottom of the page), then the Select value already resets to Virginia.