Ticket #6453 (closed task: fixed)

Opened 8 months ago

Last modified 5 months ago

space bar doesn't select row with focus

Reported by: bill Owned by: BryanForbes
Priority: normal Milestone: 1.2
Component: DojoX Grid Version: 1.1.0
Severity: normal Keywords: ibm
Cc:

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

Changed 5 months ago by BryanForbes

  • owner changed from bill to BryanForbes

Changed 5 months ago by BryanForbes

  • status changed from new to closed
  • resolution set to fixed

(In [14492]) fixes #6453 !strict

  • Added select using the space bar.

Changed 5 months ago by clown

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.