mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
ad7bbd003a
commit
bf1c8f1710
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user