Opened 12 years ago
Closed 12 years ago
#8230 closed defect (fixed)
dojox.grid.DataGrid: CTRL+Click not supported in FF 3.0.4 on Mac OS X 10.5
Reported by: | holgerthurow | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Grid | Version: | 1.2.0 |
Keywords: | DataGrid CTRL+Click OS X | Cc: | |
Blocked By: | Blocking: |
Description
As a consequence there is no way to unselect a row once selected without selecting another.
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|
comment:2 Changed 12 years ago by
Priority: | normal → high |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [16568]) * Changing e.ctrlKey to dojo.dnd.getCopyKeyState(e) to get the correct modifier on Mac (fixes #8230 !strict).