Opened 10 years ago
Closed 10 years ago
#12219 closed defect (duplicate)
Bug in indirect selection, while using the filter plugin
Reported by: | Owned by: | evan | |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.6.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It seems the IndirectSelection? and Filter plugins do not play well together.
In 1.6b1,
- If we augment test_enhanced_grid_filter.html, with the indirectselection plugin
- filter the grid, so that we get a subset of results
- tick the boxes of a couple of the filtered entries
- and finally clear the filter
result:
- selected (ticked) entries are different than the ones initially selected. In fact, it seems that the index is selected, but not the entry, in other words, if the 2nd filtered entry was selected, when the filter is cleared, the 2nd entry in the unfiltered list ends up being selected.
Change History (2)
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|---|
Owner: | changed from bryanforbes to evan |
comment:2 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The same cause as #10855, fixed by [23422], to make it work: