band-aid for bug 90337 URL bar not responsive to the "Enter/Return" key. r=ere sr=jag

This commit is contained in:
neil%parkwaycc.co.uk 2003-01-20 09:38:06 +00:00
parent 1c7e8f2a3d
commit 53bc0a817e

View File

@ -39,6 +39,10 @@
<implementation implements="nsIDOMXULMenuListElement, nsIAccessibleProvider">
<constructor><![CDATA[
// XXX bug 90337 band-aid until we figure out what's going on here
this.mInputElt.value = this.value;
delete this.value;
// set default property values
this.ifSetAttribute("timeout", 50);
this.ifSetAttribute("maxrows", 5);