зеркало из https://github.com/mozilla/gecko-dev.git
Temporary hack fix to keep native widgets working.
This commit is contained in:
Родитель
476c58c77b
Коммит
21a954a42e
|
@ -542,7 +542,7 @@ nsresult nsXULKeyListenerImpl::DoKey(nsIDOMEvent* aKeyEvent, eEventType aEventTy
|
|||
} // end while(keysetNode)
|
||||
} // end if(aKeyEvent && mDOMDocument)
|
||||
executingKeyBind = PR_FALSE;
|
||||
return NS_ERROR_BASE;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
PRBool nsXULKeyListenerImpl::IsMatchingKey(PRUint32 theChar, nsString keyName)
|
||||
|
|
Загрузка…
Ссылка в новой задаче