mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 02:09:28 +00:00
backing out bug 358379 due to it causing bug 415923.
This commit is contained in:
parent
9afb4803f5
commit
9e6291f06f
@ -4068,8 +4068,8 @@ static BOOL keyUpAlreadySentKeyDown = NO;
|
||||
if (!mGeckoChild)
|
||||
return YES;
|
||||
|
||||
// Return 'NO' if we are in a transaction of IME or we are not the first responder.
|
||||
if (nsTSMManager::IsComposing() || [[self window] firstResponder] != self)
|
||||
// return 'NO' if we are in a transaction of IME.
|
||||
if (nsTSMManager::IsComposing())
|
||||
return NO;
|
||||
|
||||
// see if the menu system will handle the event
|
||||
|
Loading…
x
Reference in New Issue
Block a user