Opened 10 years ago
Closed 10 years ago
#13661 closed defect (fixed)
LazyTreeGrid - logic failure
Reported by: | elvis | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | LazyTreeGrid | Cc: | |
Blocked By: | Blocking: |
Description
There is a simple logic failure in _fetch(): for(i = start; i < count; i++)
should be: for(i = start; i < start + count; i++)
Change History (3)
comment:1 Changed 10 years ago by
Owner: | changed from evan to Evan |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Also fixed in 1.7 trunk within [26210]
Note: See
TracTickets for help on using
tickets.
In [26292]: