#16169 closed defect (fixed)
dojox/mvc/StatefulArray fails with negative index.
Reported by: | Ed Chatelain | Owned by: | Ed Chatelain |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.2 |
Component: | DojoX MVC | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
An issue StatefulArray.splice(-n, removallength...) not working as StatefulArray.splice(StatefulArray.length - n, removallength...), as well as for a similar issue in StatefulArray.slice(). Test cases included.
See github pull request here: https://github.com/edchat/dojox_mvc/pull/58
Change History (5)
comment:1 Changed 8 years ago by
Status: | new → assigned |
---|
comment:2 Changed 8 years ago by
comment:4 Changed 8 years ago by
Milestone: | tbd → 1.8.2 |
---|
comment:5 Changed 8 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
In [29829]: