Bug 272538

Summary: AX: Add AXCoreObject::isListBoxOption() implementation.
Product: WebKit Reporter: Andres Gonzalez <andresg_22>
Component: AccessibilityAssignee: Andres Gonzalez <andresg_22>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, andresg_22, apinheiro, cfleizach, dmazzoni, ews-watchlist, jcraig, jhoffman23, samuel_white, tyler_w, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch none

Description Andres Gonzalez 2024-04-11 11:24:15 PDT
.
Comment 1 Radar WebKit Bug Importer 2024-04-11 11:24:24 PDT
<rdar://problem/126287476>
Comment 2 Andres Gonzalez 2024-04-11 11:32:49 PDT
Created attachment 470868 [details]
Patch
Comment 3 Joshua Hoffman 2024-04-11 11:37:04 PDT
Comment on attachment 470868 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=470868&action=review

> Source/WebCore/accessibility/AccessibilityListBox.cpp:85
> +//        auto* listBoxOption = dynamicDowncast<AccessibilityListBoxOption>(child.get());

We should remove this commented code.
Comment 4 Andres Gonzalez 2024-04-11 11:38:05 PDT
Created attachment 470869 [details]
Patch
Comment 5 Andres Gonzalez 2024-04-11 11:48:05 PDT
Created attachment 470870 [details]
Patch
Comment 6 Andres Gonzalez 2024-04-11 14:11:50 PDT
Created attachment 470871 [details]
Patch
Comment 7 EWS 2024-04-11 17:10:57 PDT
Committed 277404@main (a66b929d15c4): <https://commits.webkit.org/277404@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 470871 [details].