Bug 389203 ��� Crash [@ nsBindingManager::GetBindingImplementation] with setting display: table-cell on input type=image inside label

r=aaronleventhal
a=dsicore for 1.9
This commit is contained in:
Evan.Yan%Sun.COM 2007-08-06 03:50:11 +00:00
Родитель 85e4994e36
Коммит fcd1d25304
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1461,6 +1461,10 @@ nsresult nsAccessible::AppendNameFromAccessibleFor(nsIContent *aContent,
nsCOMPtr<nsIAccessible> accessible;
if (domNode == mDOMNode) {
accessible = this;
if (!aFromValue) {
// prevent recursive call GetName()
return NS_OK;
}
}
else {
nsCOMPtr<nsIAccessibilityService> accService =