Commit 52a283a5 authored by Byron Jones's avatar Byron Jones

Bug 764517: Don't automatically select the first keyword if the search string is empty

r=dkl, a=LpSolit
parent 8c5d6e25
......@@ -909,6 +909,9 @@ YAHOO.bugzilla.fieldAutocomplete = {
this.expandContainer();
}
});
fieldAutoComp.dataRequestEvent.subscribe( function(type, args) {
args[0].autoHighlight = args[1] != '';
});
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment