[qt/qt/qtdeclarative]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtdeclarative Pushed by mirror-service into branch '6.12'. Changed from 3611b64a07281c05a53543ae5117db6a5259a692 to cd8a6b11f3dc74c04dc1541beffca35ba415b2c8 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit cd8a6b11f3dc74c04dc1541beffca35ba415b2c8 by Qt Cherry-pick Bot (on behalf of Tor Arne Vestbø) on 15/08/2026 at 23:03.. a11y: Compute item state even without Accessible attached properties An item is in the accessibility tree if isAccessible is set, which comes either from the attached properties, in which case there are some, or from QQuickItemPrivate::setAccessible(), which sets nothing else. QAccessibleQuickItem::state() returned an empty state when the item had no Accessible attached properties, throwing away everything the function works out on its own: invisible, offscreen, focusable, focused, disabled and readOnly. Only the initial state comes from the attached properties, the rest is read off the item, the window and the role. We now start from a default-constructed state and consult the attached properties only if there are any, like relations() right below already does. Change-Id: I1d070bcb2dae0ccd316f42350645f5301dd0ad6a Reviewed-by: Morten Johan Sørvig <[email protected]> (cherry picked from commit efef55ad79e01ed543eef2833ac886451c8be8ff) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/qt/qtdeclarative/-/commit/cd8a6b11f3dc74c04dc1541beffca35ba415b2c8