Opened 9 years ago
Closed 9 years ago
#13823 closed defect (duplicate)
dojox.mvc.StatefulModel Date binding
Reported by: | cavey | Owned by: | Ed Chatelain |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX MVC | Version: | 1.7.0b1 |
Keywords: | Cc: | rahul | |
Blocked By: | Blocking: |
Description (last modified by )
I'm trying to bind a js Date using dojox.mvc.StatefulModel.
dojox.mvc.StatefulModel._createModel appears to incorrectly handle the date, think it should directly assign the date to the value and not be handled in the isObject case. Test becomes ...
if(lang.isObject(obj) && !(obj instanceof Date)){
Change History (5)
comment:1 Changed 9 years ago by
Component: | General → DojoX MVC |
---|---|
Description: | modified (diff) |
Owner: | set to rahul |
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
I believe this was fixed with this changeset: [26660] can you verify that it is now fixed? Thanks
comment:4 Changed 9 years ago by
Cc: | rahul added; [email protected]… removed |
---|---|
Owner: | changed from rahul to Ed Chatelain |
Note: See
TracTickets for help on using
tickets.
Do you have a simple testcase which is failing without this update? Thanks, Ed