Bug 233519 - [GTK][a11y] MenuListPopup elements should implement selection interface too when building with ATSPI
Summary: [GTK][a11y] MenuListPopup elements should implement selection interface too w...
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-11-26 03:52 PST by Carlos Garcia Campos
Modified: 2021-11-26 05:35 PST (History)
11 users (show)

See Also:


Attachments
Patch (10.70 KB, patch)
2021-11-26 03:55 PST, 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-11-26 03:52:01 PST
We don't currently implement selection for MenuListPopup because canHaveSelectedChildren() returns false.
Comment 1 Carlos Garcia Campos 2021-11-26 03:55:33 PST
Created attachment 445188 [details]
Patch
Comment 2 Carlos Garcia Campos 2021-11-26 05:35:16 PST
Committed r286177 (244560@main): <https://commits.webkit.org/244560@main>