#14848 closed defect (fixed)
_SelectionPreserver._selectById ignores onCanDeselect result
Reported by: | ractive | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | DojoX Grid | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The _SelectionPreserver
creates an after advice on the deselect
method of the selection
object and marks the row that has been handled by the deselect
method always as "deselected". But the deselect
method can return without actually deselecting a row when onCanDeselect
returns false
.
The _SelectionPreserver
should listen to events like onDeselected
, onSelected
etc. instead of using after advices.
Change History (2)
comment:1 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
In [29271]: