зеркало из https://github.com/mozilla/pjs.git
Bug 618921 - the chat capability of etherpad application doesn't work with fennec. r=smaug
This commit is contained in:
Родитель
cb981794dc
Коммит
a8c8d6ed56
|
@ -331,7 +331,9 @@ nsIMEStateManager::SetIMEState(PRUint32 aState,
|
|||
context.mActionHint.Assign(willSubmit ? control->GetType() == NS_FORM_INPUT_SEARCH
|
||||
? NS_LITERAL_STRING("search")
|
||||
: NS_LITERAL_STRING("go")
|
||||
: NS_LITERAL_STRING("next"));
|
||||
: formElement
|
||||
? NS_LITERAL_STRING("next")
|
||||
: EmptyString());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче