зеркало из https://github.com/mozilla/gecko-dev.git
PreventDefault in html editors for normal typing (letters/numbers/etc) (bug 158672, r=timeless, sr=smfr)
This commit is contained in:
Родитель
69e09a22a5
Коммит
7304fe9863
|
@ -1244,6 +1244,7 @@ NS_IMETHODIMP nsHTMLEditor::HandleKeyPress(nsIDOMKeyEvent* aKeyEvent)
|
|||
// Either way, treat as normal character.
|
||||
if (character && !altKey && !ctrlKey && !isShift && !metaKey)
|
||||
{
|
||||
aKeyEvent->PreventDefault();
|
||||
nsAutoString key(character);
|
||||
return TypedText(key, eTypedText);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче