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

a11y: Align to gtk breaking change in AccessibleValue errormessage relation #1847

Open
felinira opened this issue Sep 23, 2024 · 0 comments
Open

Comments

@felinira
Copy link
Contributor

We recently had to break public API of GtkAccessibleValue in gtk because it was ambiguous, and not aligned to the W3C-ARIA spec.

https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/7528

We still use this API in the previously documented way from gtk-rs that caused a runtime crash in gtk until now. It should be changed to use a list relation, not a single reference. This should be possible to do in a point release, because right now it just reliably crashes the app whenever it's used.

Opening this issue so that I don't forget about this, I'll fix it myself.

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

No branches or pull requests

1 participant