| Summary: | KCM modules do not support Accessible properties | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kcmutils | Reporter: | Fushan Wen <qydwhotmail> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | minor | CC: | nate |
| Priority: | NOR | Keywords: | accessibility |
| Version First Reported In: | 5.96.0 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/qt/qt/qtdeclarative/-/commit/7f067fa8a52e677e29eb5606125aa31bf442f495 | Version Fixed/Implemented In: | kde/5.15 |
| Sentry Crash Report: | |||
|
Description
Fushan Wen
2022-07-10 08:42:48 UTC
Are you talking about UI controls within the KCM, or just the buttons at the bottom? Also, is this about QML KCMs, or Widgets KCMs too? From Qt source code:
// For QQuickWidget the above window will be the offscreen QQuickWindow,
// which is not a part of the accessibility tree. Detect this case and
// return the window for the QQuickWidget instead.
(In reply to Nate Graham from comment #1) > Are you talking about UI controls within the KCM, or just the buttons at the > bottom? Also, is this about QML KCMs, or Widgets KCMs too? All QML KCMs do not support accessible properties according to the comment in the Qt source code. https://bugreports.qt.io/browse/QTBUG-67290 Fixed upstream |