#12639 closed defect (fixed)
EDG - can't select rows through row selectors
Reported by: | evan | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6.1 |
Component: | DojoX Grid | Version: | 1.6.0 |
Keywords: | edg, row selector | Cc: | |
Blocked By: | Blocking: |
Description
This is can be observed at dojox/grid/tests/enhanced/test_enhanced_grid_plugins.html
Clicking row selectors doesn't selecting rows.
Change History (5)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Component: | General → DojoX Grid |
---|
comment:3 Changed 11 years ago by
(In [25669]) Refs #12639 when indirect selection is on, we should only be able to select rows with the checkbox, adding pointer cursor, reset grid.allItemSelected() when SelectAll? Checkbox is toggled
comment:4 Changed 11 years ago by
(In [25772]) Refs #12639 SelectAll? checkbox needs to be updated when onfetchcomplete() finished
Note: See
TracTickets for help on using
tickets.
(In [24268]) Make sure clicking on row selectors(when e.cell is null) also selects target rows, fixes #12639, applied both to trunk and 1.6 branch