backing out bug 358379 due to it causing bug 415923.

This commit is contained in:
joshmoz@gmail.com 2008-02-10 23:13:18 -08:00
Родитель 9afb4803f5
Коммит 9e6291f06f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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