зеркало из https://github.com/mozilla/gecko-dev.git
Bug 351262. Regression in DHTML state change events. r=ginn.chen, sr=neil
This commit is contained in:
Родитель
1d6ece10e1
Коммит
b1130fc931
|
@ -825,7 +825,7 @@ nsDocAccessible::AttributeChanged(nsIDocument *aDocument, nsIContent* aContent,
|
|||
}
|
||||
else if (aNameSpaceID == kNameSpaceID_WAIProperties) {
|
||||
// DHTML accessibility attributes
|
||||
if (HasRoleAttribute(aContent)) {
|
||||
if (!HasRoleAttribute(aContent)) {
|
||||
// We don't care about DHTML state changes unless there is
|
||||
// a DHTML role set for the element
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче