Fixing bug 122034 (tabbing not working from xbl selects). Not turned on yet.
git-svn-id: svn://10.0.0.236/trunk@113667 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -590,8 +590,8 @@
|
||||
</handler>
|
||||
<handler event="keypress">
|
||||
<![CDATA[
|
||||
event.preventDefault();
|
||||
if (event.keyCode == ' ') {
|
||||
event.preventDefault();
|
||||
var c = this.currentIndex;
|
||||
var selection = this.outlinerBoxObject.selection;
|
||||
if (!selection.isSelected(c)) {
|
||||
|
||||
@@ -590,8 +590,8 @@
|
||||
</handler>
|
||||
<handler event="keypress">
|
||||
<![CDATA[
|
||||
event.preventDefault();
|
||||
if (event.keyCode == ' ') {
|
||||
event.preventDefault();
|
||||
var c = this.currentIndex;
|
||||
var selection = this.outlinerBoxObject.selection;
|
||||
if (!selection.isSelected(c)) {
|
||||
|
||||
Reference in New Issue
Block a user