#12571 closed defect (fixed)
EnhancedGrid - inconsistent selection state when selectionMode="single"
Reported by: | evan | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6.1 |
Component: | DojoX Grid | Version: | 1.6.0 |
Keywords: | edg, selection | Cc: | |
Blocked By: | Blocking: |
Description
This issue only occurs when EDG is selectionMode="single", Selector and IndirectSelection? are both turned on.
Steps to reproduce:
1.Open the attached test case
2.Select a row by clicking the radio box
3.Deselect the row by clicking the radio box again
4.Repeat step2, step3
5.The inconsistent selection state occurs
Attachments (2)
Change History (11)
Changed 10 years ago by
Attachment: | 12571.html added |
---|
Changed 10 years ago by
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.6.1 |
---|
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
comment:5 Changed 10 years ago by
comment:6 Changed 10 years ago by
comment:7 Changed 10 years ago by
comment:8 Changed 10 years ago by
comment:9 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
(In [24159]) Fixes #12571, caused by a conflict checking in Selector plugin, thanks for the patch from Oliver(IBM, CCLA), !strict