#9146 closed defect (fixed)
Error in gfx utils.js deserialize
Reported by: | chris de jong | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.3.1 |
Component: | DojoX GFX | Version: | 1.3.0 |
Keywords: | gfx utils.js deserialize | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
The deserialize function in dojox.gfx.utils calls gu.serialize in the case of an array. Should be gu.deserialize.
corrected code: if(object instanceof Array){ return d.map(object, d.hitch(null, gu.deserialize, parent)); Array
}
browser Firefox 3.0.8 Os Windows XP mail [email protected]…
The attached file will demonstrate the malfunction (it will show a blank page without the fix).
Attachments (1)
Change History (7)
Changed 12 years ago by
Attachment: | bugreport.html added |
---|
comment:1 Changed 12 years ago by
Component: | General → DojoX GFX |
---|---|
Milestone: | tbd → 1.3.1 |
Owner: | changed from anonymous to Eugene Lazutkin |
Priority: | normal → high |
Status: | new → assigned |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 12 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
leaving open until patch is applied to 1.3.1
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Excellent bug report: the fix, the test, which fails "before" and works "after"!