Opened 7 years ago
Closed 6 years ago
#17915 closed defect (patchwelcome)
Dojox Enhanced Grid selector plugin swipe selection issue, when mouse focus moves out of grid
Reported by: | utkarsh.agnihotri | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Dojox Enhanced Grid - selector plugin row swipe selection issue, when mouse focus moves out of grid. The clicked row appears to be selected but when user tries to select a different row, the previously selected row still remains selected.
Note: Issue is also replicable in dojo 1.9.0.
Browser: IE 9, 10
Steps to Reproduce:
- Create a grid using options a. "rowSelector" b. "selector" using the demo grids given the link as given below :
http://demos.dojotoolkit.org/demos/grid/demo.html
- Scroll to Last Row and click on last row selector and quickly swipe it such that mouse moves out of grid area.
- Click on any other row, the previously selected row is not deselected and select any cell of that row will actually deselects that cells.
Attachments (1)
Change History (2)
Changed 7 years ago by
Attachment: | Enhanced Grid Selector Plugin Swipe Selection Bug.jpg added |
---|
comment:1 Changed 6 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Enhanced Grid Selector Plugin Swipe Selection Bug