зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
85e4994e36
Коммит
fcd1d25304
|
@ -1461,6 +1461,10 @@ nsresult nsAccessible::AppendNameFromAccessibleFor(nsIContent *aContent,
|
||||||
nsCOMPtr<nsIAccessible> accessible;
|
nsCOMPtr<nsIAccessible> accessible;
|
||||||
if (domNode == mDOMNode) {
|
if (domNode == mDOMNode) {
|
||||||
accessible = this;
|
accessible = this;
|
||||||
|
if (!aFromValue) {
|
||||||
|
// prevent recursive call GetName()
|
||||||
|
return NS_OK;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
nsCOMPtr<nsIAccessibilityService> accService =
|
nsCOMPtr<nsIAccessibilityService> accService =
|
||||||
|
|
Загрузка…
Ссылка в новой задаче