зеркало из https://github.com/mozilla/pjs.git
Fix for smoketest blocker bug 253180 enabled xul control elements aren't necessarily focusable patch in bug 250006 r=aaronlev sr=jst
This commit is contained in:
Родитель
2cd8a6b0f9
Коммит
bbf3f41597
|
@ -1448,7 +1448,7 @@ nsXULElement::IsFocusable(PRInt32 *aTabIndex)
|
|||
*aTabIndex = tabIndex;
|
||||
}
|
||||
|
||||
return !disabled;
|
||||
return tabIndex >= 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче