Opened 11 years ago
Closed 10 years ago
#14424 closed defect (fixed)
dojox.mvc bind ref index 0 to widget failed.
Reported by: | Eric Wang | Owned by: | Ed Chatelain |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX MVC | Version: | 1.7.0 |
Keywords: | todoapp | Cc: | |
Blocked By: | Blocking: |
Description
widget.set("ref", 0) failed in dojox.mvc.
this is because dojox.mvc._DataBindingMixin.js line: 176 directly return.
A workaround is use "0" replace 0.
I think it is a bug because numbers except 0 works.
Attachments (1)
Change History (4)
comment:1 Changed 11 years ago by
Component: | General → DojoX MVC |
---|---|
Owner: | set to Ed Chatelain |
comment:2 Changed 11 years ago by
Keywords: | todoapp added |
---|
Changed 10 years ago by
Attachment: | 14424-patch.txt added |
---|
Note: See
TracTickets for help on using
tickets.
This patch contains the fix for #14424, 14445, and 14444.