Bug 232136

Summary: [GTK][a11y] Localized role name doesn't work with ATSPI enabled
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, andresg_22, aperez, apinheiro, bugs-noreply, cfleizach, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white
Priority: P2 Keywords: Gtk
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 230253    
Attachments:
Description Flags
Patch aperez: review+

Description Carlos Garcia Campos 2021-10-22 02:46:33 PDT
I switched to use SortedArrayMap in AccessibilityAtspi::localizedRoleName() but I didn't realize the array was not actually sorted. We just need to sort it for SortedArrayMap to work as expected.
Comment 1 Carlos Garcia Campos 2021-10-22 02:48:40 PDT
Created attachment 442139 [details]
Patch
Comment 2 Carlos Garcia Campos 2021-10-22 03:05:19 PDT
Committed r284676 (243396@main): <https://commits.webkit.org/243396@main>