Opened 11 years ago
Closed 5 years ago
#11281 closed defect (patchwelcome)
Header onChange not getting fired in dojox.widget.Calendar
Reported by: | neolivz | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | 1.13 |
Component: | DojoX Widgets | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Steps: Create a simple calendar widget <div dojoType="dojox.widget.Calendar" id="myCalendar" class="soria"></div>
in script addonload connect it onChange even handler
dojo.connect(dijit.byId("myCalendar"), "onChange",function(){
alert("onChange");
});
Change the date by clicking the date from the header, the onChange will not get called.
Change History (5)
comment:1 Changed 11 years ago by
Component: | General → Dojox |
---|---|
Owner: | changed from anonymous to Shane O'Sullivan |
comment:2 Changed 11 years ago by
Component: | Dojox → DojoX Widgets |
---|
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:5 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | reopened → closed |
Given that no one has shown interest in creating a patch in the past 5+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
(In [23777]) Watch with a wildcard properly, fixes #11281