Bug 851630: fix error in patch for bug 758288 that caused improper cancellation of key events in children of autocomplete textboxes, r=dao

--HG--
extra : transplant_source : %D2XWZ%B0%21%E6%D5z%3F%26%9D%3E%DD7q%CE%B1%EFE
This commit is contained in:
Gavin Sharp 2013-04-15 15:41:55 -07:00
parent ad7bbd003a
commit bf1c8f1710

View File

@ -441,7 +441,7 @@
<parameter name="aEvent"/>
<body><![CDATA[
if (aEvent.target.localName != "textbox")
return false; // Let child buttons of autocomplete take input
return true; // Let child buttons of autocomplete take input
//XXXpch this is so bogus...
if (aEvent.defaultPrevented)