Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial support for popups with the AccessKit backend #7265

Merged
merged 3 commits into from
Jan 3, 2025

Conversation

tronical
Copy link
Member

@tronical tronical commented Jan 3, 2025

No description provided.

Implicitly register the component if not found. This makes the API easier to use. In another patch I called encode_item_node_id() in some other place before the component happened to be registered, and then it would return
None and each call site would then register the same pre-registration as in build_node_for_item_recursively.
accessible_parent_for_item_rc does not depend on NodeCollection.
This is the plumbing, where a `PopupWindow` directly becomes a child of wherever it's declared in, when show() is called. Further changes may be necessary to make this really useful, such as new roles or improved dialog handling. (see ticket for comments)

Fixes #7209
@tronical tronical merged commit c31389d into master Jan 3, 2025
37 checks passed
@tronical tronical deleted the simon/accesskit-popups branch January 3, 2025 11:59
@DataTriny
Copy link
Contributor

This PR seem to provide enough ground for me to improve upon. Thanks @tronical!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants