Skip to content

Commit

Permalink
Pagination: add tab-stop for status node so screen readers can read it
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed Sep 11, 2012
1 parent a7588a8 commit 94bd9a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/Pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ function(_StoreMixin, declare, lang, Deferred, on, query, string, has, put, i18n
put(paginationNode, "div.dgrid-status"),
pageSizeOptions = this.pageSizeOptions;

statusNode.tabIndex = 0;

if(pageSizeOptions.length){
var sizeSelect = put(paginationNode, 'select.dgrid-page-size'),
i;
Expand Down

0 comments on commit 94bd9a8

Please sign in to comment.