Opened 12 years ago
Closed 8 years ago
#9157 closed defect (patchwelcome)
DataGrid selection invalid after items removed
Reported by: | djhutch | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | DojoX Grid | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
After removing selected items from a DataGrid? (by removing them from the data store), the selections are not cleared internally. I have implemented a simple fix to the _onDelete function locally that seems to correct this problem. The fix is in the attached DataGrid?.js file and marked with a FIX: comment.
Attachments (1)
Change History (9)
Changed 12 years ago by
Attachment: | DataGrid.js added |
---|
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|
comment:3 Changed 11 years ago by
Milestone: | 1.4 → 1.5 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
This fix causes problems when deleting multiple items.
comment:4 Changed 11 years ago by
comment:5 Changed 11 years ago by
Milestone: | 1.5 → 1.6 |
---|
1.5 is released, moving remaining tickets to 1.6
comment:6 Changed 10 years ago by
Milestone: | 1.6 → future |
---|
(sadly) punting seemingly abandoned ticket and meta tickets to future
comment:7 Changed 8 years ago by
comment:8 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
(In [20272]) Fixes #9157 - remove item from selection if it is selected !strict