Opened 11 years ago
Closed 11 years ago
#8341 closed defect (fixed)
[patch][cla] DataGrid triggering inappropriate fetch
Reported by: | Kris Zyp | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Grid | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When a new item is added to a store that the grid is displaying, and the grid is currently shoing no items (or presumably whenever the new item falls on the page boundary), the grid will induce a another fetch to the same page that requested previously when the grid's view of the data started.
Attachments (2)
Change History (7)
Changed 11 years ago by
Attachment: | DataGridFetchFix.diff added |
---|
comment:1 Changed 11 years ago by
Milestone: | tbd → future |
---|
comment:2 Changed 11 years ago by
Is there a problem with this patch? Is there a reason we can't apply it for 1.3? Why did it get moved to future? I can apply if it looks OK.
comment:3 Changed 11 years ago by
Milestone: | future → 1.3 |
---|---|
Summary: | DataGrid triggering inappropriate fetch → [patch][cla] DataGrid triggering inappropriate fetch |
Sorry about that. I got overzealous trying to triage.
Changed 11 years ago by
Attachment: | data_grid_empty_test.patch added |
---|
Patch for the empty data grid test that checks to make sure a fetch was not triggered
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Probably not the best way, but this seems to fix the problem when the grid is empty