Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4e08185fad725f8aa941c71c86d6dc9b6e78fea0
https://github.com/WebKit/WebKit/commit/4e08185fad725f8aa941c71c86d6dc9b6e78fea0
Author: Andres Gonzalez <[email protected]>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm
Log Message:
-----------
AX: Accessibility/mac/expanded-notification.html fails in isolated tree mode.
https://bugs.webkit.org/show_bug.cgi?id=273495
<rdar://problem/127297876>
Reviewed by Tyler Wilcock.
The wrapper's accessibilityAttributeNames was not calling
updateObjectBackingStore and thus it may return a stale array of attribute
names. This was causing the TestRunner AccessibilityUIElements to return
erroneous values. This patch fixes the problem by calling
updateObjectBackingStore in accessibilityAttributeNames.
* Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:
(-[WebAccessibilityObjectWrapper ALLOW_DEPRECATED_IMPLEMENTATIONS_END]):
Canonical link: https://commits.webkit.org/278194@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes