зеркало из https://github.com/mozilla/gecko-dev.git
Bug 300284. Can't shift+tab out of mail compose. r+sr=bzbarsky, a=bsmedberg
This commit is contained in:
Родитель
3034ce80f7
Коммит
0f6fd04c75
|
@ -4669,6 +4669,9 @@ nsFrame::GetStyleDataExternal(nsStyleStructID aSID) const
|
|||
nsIFrame::IsFocusable(PRInt32 *aTabIndex, PRBool aWithMouse)
|
||||
{
|
||||
PRInt32 tabIndex = -1;
|
||||
if (aTabIndex) {
|
||||
*aTabIndex = -1; // Default for early return is not focusable
|
||||
}
|
||||
PRBool isFocusable = PR_FALSE;
|
||||
|
||||
if (mContent && mContent->IsContentOfType(nsIContent::eELEMENT) &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче