qt6-bb10/tests/auto
Michael Weghorn 25ab8ada10 a11y: Notify of name change when setting window title used as a11y name
When no explicit accessible name is set for a window,
QAccessibleWidget::text uses the window title instead for a
non-minimized window.

Send a QAccessible::NameChanged event when changing the
window title results in a change of the accessible name,
to ensure that the AT-SPI cache on Linux gets updated.

Extend tst_QAccessibility::mainWindowTest() to cover the scenario as well.

Note: The entire test function is skipped on platforms not supporting
window activation, e.g. Wayland.

Fixes: QTBUG-124192
Change-Id: I0fa7f683fb5969d6ba9878f6a506c4f192069799
Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
2024-05-22 08:50:31 +02:00
..
bic/data Add binary compatibility file for 6.7.0 2024-04-17 10:18:37 +00:00
cmake Add copyright and licensing to build system files missing it 2024-05-21 17:23:21 +02:00
concurrent Fix truncation warning in generation_helpers 2024-03-18 20:10:34 +01:00
corelib QVariant: do reset is_null after setValue() 2024-05-21 18:25:02 -05:00
dbus QDBusSignature: accept empty strings as valid 2024-05-10 13:17:20 -07:00
gui Support application fallbacks for common script 2024-05-21 07:24:03 +02:00
guiapplauncher Convert "Color Editor Factory" Example to snippets 2024-04-19 13:39:41 +02:00
network QNetworkReply: Add a separate test for self-contained tests 2024-05-16 19:40:03 +02:00
opengl
other a11y: Notify of name change when setting window title used as a11y name 2024-05-22 08:50:31 +02:00
printsupport
shared
sql SQL tests: Fix dropping procedures Firebird/IBase 2024-05-08 08:36:19 +02:00
testlib Add copyright and licensing to build system files missing it 2024-05-21 17:23:21 +02:00
tools Add REUSE ignore comment 2024-05-08 11:09:28 +00:00
wasm Add copyright and licensing to build system files missing it 2024-05-21 17:23:21 +02:00
widgets Tests/QWidget: fix hoverPosition test for openSUSE 2024-05-16 22:18:53 +02:00
xml Add copyright and licensing to build system files missing it 2024-05-21 17:23:21 +02:00
CMakeLists.txt wasm: Enable qstandardpaths test 2024-05-06 16:01:28 +02:00
network-settings.h