Bug 232136 - [GTK][a11y] Localized role name doesn't work with ATSPI enabled
Summary: [GTK][a11y] Localized role name doesn't work with ATSPI enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks: ATSPI
  Show dependency treegraph
 
Reported: 2021-10-22 02:46 PDT by Carlos Garcia Campos
Modified: 2021-10-22 03:05 PDT (History)
11 users (show)

See Also:


Attachments
Patch (19.34 KB, patch)
2021-10-22 02:48 PDT, Carlos Garcia Campos
aperez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>