[Dojo-checkins] [dojo] #9485: first tab into grid data that contains a checkbox sets focus to the checkbox rather than 1st cell

dojo trac at dojotoolkit.org
Tue Jun 30 17:00:52 EDT 2009


#9485: first tab into grid data that contains a checkbox sets focus to the
checkbox rather than 1st cell
------------------------+---------------------------------------------------
 Reporter:  becky       |       Owner:  BryanForbes
     Type:  defect      |      Status:  new        
 Priority:  normal      |   Milestone:  tbd        
Component:  DojoX Grid  |     Version:  1.2.0      
 Severity:  normal      |    Keywords:  a11y       
------------------------+---------------------------------------------------
 This started happening in 1.2 when the grid was modified to make the
 column headers keyboard navigable.  It is visually  apparent in IE 7 or 8.

 Load dojox/grid/tests/test_edit_canEdit.html.  Tab through the buttons at
 the top and tab into the grid data.  Note that when you first tab into the
 data, the focus border is drawn around the first cell, but the checkbox in
 the first row has a focus outline drawn around it. This checkbox is
 actually the item with focus - you can confirm that by pressing space and
 the checkbox will be checked.   Arrow key navigation works correctly
 because the grid code believes that the first cell has focus.

-- 
Ticket URL: <http://trac.dojotoolkit.org/ticket/9485>
dojo <http://dojotoolkit.org/>
The Dojo UI Toolkit


More information about the Dojo-checkins mailing list