Backed out changeset 123e07744d21 (bug 1012398) for mochitest-other failures.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2014-06-27 15:48:26 -04:00
parent 02afc27889
commit 6033944260
2 changed files with 0 additions and 9 deletions

View File

@ -13,7 +13,6 @@
<textbox id="autocomplete"
type="autocomplete"
completedefaultindex="true"
forcecomplete="true"
onsearchcomplete="searchComplete();"
autocompletesearch="simple"/>
@ -144,12 +143,6 @@ const tests = [
result: "Result",
start: 6, end: 6
},
{ desc: "TAB key should confirm suggestion when forcecomplete is set",
key: "VK_TAB",
removeSelection: false,
result: "Result",
start: 6, end: 6
},
];
function nextTest() {

View File

@ -464,8 +464,6 @@
cancel = this.mController.handleKeyNavigation(aEvent.shiftKey ?
KeyEvent.DOM_VK_UP :
KeyEvent.DOM_VK_DOWN);
else if (this.forceComplete && this.mController.matchCount >= 1)
this.mController.handleTab();
break;
case KeyEvent.DOM_VK_UP:
case KeyEvent.DOM_VK_DOWN: