Opened 4 years ago
Closed 4 years ago
#18980 closed defect (patchwelcome)
dojox.grid._SelectionPreserver loses selection when reselecting a row
Reported by: | rlintern | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.12.3 |
Component: | DojoX Grid | Version: | 1.9.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
To reproduce:
- Create a sortable DataGrid? with keepSelection=true.
- Click a row to select it.
- Click the same row again (or double-click)
- Sort via column header
outcome: Selected row will no longer be highlighted
If I comment out the following line then all works as expected:
connect.connect(selection, 'deselectAll', this, 'reset')
Change History (2)
comment:1 Changed 4 years ago by
comment:2 Changed 4 years ago by
Milestone: | tbd → 1.12.3 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
See earlier note about accepting and reviewing a pull request.
Note: See
TracTickets for help on using
tickets.
Hi @rlintern, fwiw, the dojox DataGrid? has been deprecated for a few years but we'll still accept and land pull requests per our contributing guidelines at https://github.com/dojo/dojox/blob/master/CONTRIBUTING.md . If you want to submit a pull request I'll test/review/land it.