Bug 300284. Can't shift+tab out of mail compose. r+sr=bzbarsky, a=bsmedberg

This commit is contained in:
aaronleventhal%moonset.net 2005-07-21 19:27:18 +00:00
Родитель 3034ce80f7
Коммит 0f6fd04c75
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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) &&