#12628 closed defect (fixed)
dijit.form.DateTextBox does not fire onChange when selecting today's date
Reported by: | ben hockey | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.6.1 |
Component: | Dijit - Form | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
the simplest way to demonstrate this is to use dijit/tests/form/test_DateTextBox.html and change the first DateTextBox? so that it has no value when it is created.
<input id="local" data-dojo-type="dijit.form.DateTextBox" data-dojo-props='name:"noDOMvalue", type:"text", onMouseEnter:eventHandler, onMouseLeave:eventHandler, onKeyDown:eventHandler, onChange:function(val){ dojo.byId("oc1").value = "" + val; } '/>
select today's date from the dropdown and you'll see onChange: "not fired yet!"
Change History (4)
comment:1 Changed 10 years ago by
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fyi - this is a regression from 1.5 behavior