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:
bryner%netscape.com
2002-02-05 02:14:50 +00:00
parent 418679d380
commit db6f813361
2 changed files with 2 additions and 2 deletions

View File

@@ -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)) {

View File

@@ -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)) {