Bug 478862 After bug 347185 the keys Backspace and Tab no longer work as expected in a flash application r+sr=roc

This commit is contained in:
Masayuki Nakano 2009-02-20 16:42:29 +09:00
parent 2d68e5d7c8
commit 688c40bcf9

View File

@ -3504,7 +3504,7 @@ nsresult nsPluginInstanceOwner::KeyPress(nsIDOMEvent* aKeyEvent)
#else
if (SendNativeEvents())
return DispatchKeyToPlugin(aKeyEvent);
DispatchKeyToPlugin(aKeyEvent);
if (mInstance) {
// If this event is going to the plugin, we want to kill it.