зеркало из https://github.com/mozilla/gecko-dev.git
call preventdefault for keypresses we insert (r=akkana, sr=sfraser) bug 158672 (and others)
This commit is contained in:
Родитель
f0655be1c9
Коммит
6850ca9285
|
@ -527,6 +527,7 @@ NS_IMETHODIMP nsPlaintextEditor::HandleKeyPress(nsIDOMKeyEvent* aKeyEvent)
|
|||
|
||||
if (character && !altKey && !ctrlKey && !isShift && !metaKey)
|
||||
{
|
||||
aKeyEvent->PreventDefault();
|
||||
nsAutoString key(character);
|
||||
return TypedText(key, eTypedText);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче