зеркало из https://github.com/mozilla/pjs.git
Form frames should not register empty access keys b=248566 r/sr=roc
This commit is contained in:
Родитель
b24194b1a3
Коммит
ea6f6a0a0f
|
@ -604,7 +604,7 @@ nsFormControlFrame::RegUnRegAccessKey(nsIPresContext* aPresContext, nsIFrame * a
|
|||
#endif
|
||||
}
|
||||
|
||||
if (NS_CONTENT_ATTR_NOT_THERE != rv) {
|
||||
if (!accessKey.IsEmpty()) {
|
||||
nsIEventStateManager *stateManager = aPresContext->EventStateManager();
|
||||
if (aDoReg) {
|
||||
return stateManager->RegisterAccessKey(aFrame->GetContent(), (PRUint32)accessKey.First());
|
||||
|
|
|
@ -604,7 +604,7 @@ nsFormControlFrame::RegUnRegAccessKey(nsIPresContext* aPresContext, nsIFrame * a
|
|||
#endif
|
||||
}
|
||||
|
||||
if (NS_CONTENT_ATTR_NOT_THERE != rv) {
|
||||
if (!accessKey.IsEmpty()) {
|
||||
nsIEventStateManager *stateManager = aPresContext->EventStateManager();
|
||||
if (aDoReg) {
|
||||
return stateManager->RegisterAccessKey(aFrame->GetContent(), (PRUint32)accessKey.First());
|
||||
|
|
Загрузка…
Ссылка в новой задаче