Bug 235699 - [GTK][a11y] Keep a reference to the parent wrapper with ATSPI
Summary: [GTK][a11y] Keep a reference to the parent wrapper with ATSPI
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: 2022-01-27 01:52 PST by Carlos Garcia Campos
Modified: 2022-01-27 22:59 PST (History)
11 users (show)

See Also:


Attachments
Patch (1.40 KB, patch)
2022-01-27 01:53 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 2022-01-27 01:52:09 PST
When wrappers are destroyed it doesn't necessarily happen in the tree order, we need to keep the parent alive to emit the children-changed signal.
Comment 1 Carlos Garcia Campos 2022-01-27 01:53:27 PST
Created attachment 450116 [details]
Patch
Comment 2 Carlos Garcia Campos 2022-01-27 22:59:48 PST
Committed r288725 (246518@trunk): <https://commits.webkit.org/246518@trunk>