зеркало из https://github.com/mozilla/pjs.git
Bug 393094 - When returning Focus to the Location bar after selecting a previously visited site, focus gets lost
r=aaronleventhal a=dsicore
This commit is contained in:
Родитель
b65cd98050
Коммит
08379d6674
|
@ -617,7 +617,8 @@ nsXULMenupopupAccessible::GetState(PRUint32 *aState, PRUint32 *aExtraState)
|
|||
|
||||
if (!isActive)
|
||||
*aState |= (nsIAccessibleStates::STATE_OFFSCREEN |
|
||||
nsIAccessibleStates::STATE_INVISIBLE);
|
||||
nsIAccessibleStates::STATE_INVISIBLE |
|
||||
nsIAccessibleStates::STATE_COLLAPSED);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче