[Webkit-unassigned] [Bug 233004] New: AX: Add missing AXID variant to AXPropertyValueVariant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 11 10:25:55 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=233004

            Bug ID: 233004
           Summary: AX: Add missing AXID variant to AXPropertyValueVariant
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tyler_w at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

In this method:

void AXIsolatedObject::setObjectProperty(AXPropertyName propertyName, AXCoreObject* object)
{
    if (object)
        setProperty(propertyName, object->objectID());
    else
        setProperty(propertyName, nullptr, true);
}

We set properties with AXID values. However, there is no AXID variant in AXPropertyValueVariant, so none of these property lookups ever returned values.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211111/abe7b01f/attachment.htm>


More information about the webkit-unassigned mailing list