Opened 10 years ago
Closed 10 years ago
#12661 closed defect (fixed)
LazyTreeGrid shows wrong result when trying to expand multiple rows at same time
Reported by: | elvis | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6.1 |
Component: | DojoX Grid | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If data is returned from the server-side and there is time-delay, LazyTreeGrid? shows wrong result when trying to expand multiple rows at the same time, there might be only children of last expanded item can be rendered, or the children items' hierarchy levels got broken, and sometime the loading icon would be displayed forever.
Note: See
TracTickets for help on using
tickets.
Fixed with [24308], use loading flag to ensure sane data fetching, patch from Elvis(IBM, CCLA), applied to both trunk and 1.6 branch