Skip to content

Commit

Permalink
Merge branch 'master' into 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yurychika committed Jun 13, 2014
2 parents 2047490 + 5d7f6c7 commit d366c85
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ define([
},

_doBlur: function(node, evt, step){
var elems = window.a11y._getTabNavigable(node),
var elems = a11y._getTabNavigable(node),
first = elems.first,
last = elems.last, result;

Expand Down
12 changes: 12 additions & 0 deletions tests/test_grid_bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,17 @@ <h2>SummaryBar as a module</h2>
"gridx/modules/SummaryBar"
]
'></div>
<h2>Empty Toolbar</h2>
<div id='grid5' jsid='grid5' data-dojo-type='gridx.Grid' data-dojo-props='
cacheClass: "gridx/core/model/cache/Sync",
store: store,
structure: layout,
selectRowTriggerOnCell: true,
modules: [
"gridx/modules/extendedSelect/Row",
"gridx/modules/IndirectSelectColumn",
"gridx/modules/ToolBar"
]
'></div>
</body>
</html>

0 comments on commit d366c85

Please sign in to comment.