#6453 closed task (fixed)
space bar doesn't select row with focus
Reported by: | bill | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.0 |
Keywords: | ibm | Cc: | |
Blocked By: | Blocking: |
Description
Tried http://download.dojotoolkit.org/release-1.1.0/dojo-release-1.1.0/dojox/grid/tests/test_grid.html on FF3... the space bar doesn't select the currently focused row like double-click does.
Taken from IBM Design Leadership recommendations.
Change History (3)
comment:1 Changed 13 years ago by
Owner: | changed from bill to Bryan Forbes |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Testing with IE7/IE6/WinXP reveals that space bar also causes vertical scrolling. A fix is to add 'dojo.stopEvent(e)'. See comment:ticket:6987:8
Note: See
TracTickets for help on using
tickets.
(In [14492]) fixes #6453 !strict