nextcloud/tests
Ferdinand Thiessen bca2c7f229
fix(files): proper accessible row name and title for overflow
- resolves https://github.com/nextcloud/server/issues/59203
- resolves https://github.com/nextcloud/server/issues/56611

In the files list before this the accessible name of the button (default
action) was overridden to the default action display name.
But this causes problem for screen readers because then the whole table
row is just called "view" or "download" instead of using the inner text
(e.g. "filename.txt").

This fixes it to rename it `ACTION: FILENAME` instead.

Also when long names were truncated there were no useful title (tooltip)
for it, so it was not possible to get the real name.
This is fixed by always provide a proper tooltip including the full
name.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-07-08 21:33:47 +02:00
..
apps chore: Add SPDX header 2024-05-13 17:41:36 +02:00
blueprints chore: split frontend building into legacy Vue 2 and Vue 3 2025-10-22 17:10:28 +02:00
Core Merge pull request #61615 from nextcloud/fix/lostpassword-throttle-reset-form 2026-07-07 18:56:24 +02:00
data fix(tests): Fix tests for mimetypes 2026-06-21 22:00:27 +02:00
docker chore: Add SPDX header 2024-05-13 17:41:36 +02:00
lib Merge pull request #60002 from cuppett/cuppett/migrate-appconfig-keys-to-bool 2026-07-07 11:06:57 -04:00
playwright fix(files): proper accessible row name and title for overflow 2026-07-08 21:33:47 +02:00
autoload.php chore: Add an autoload.php file for tests relying on core class 2025-05-19 11:30:37 +02:00
bootstrap.php test: add env option to disable loading all installed apps during tests 2025-08-11 13:35:57 +02:00
databases-all-config.php feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
enable_all.php chore: Replace last calls to OC_App::enable by IAppManager 2025-08-18 17:09:39 +02:00
memcached.config.php fix(ci): fix Memcached CI job 2026-06-12 15:36:56 +02:00
phpunit-autotest-external.xml test(ci): enforce PHPUnit time limits with sensible timeout values 2026-05-27 11:42:02 +02:00
phpunit-autotest.xml chore(tests): Exclude files_external tests from default testsuite 2026-06-11 09:45:31 +02:00
preseed-config.php chore(tests): Use /dev/shm as a tempdirectory 2026-06-11 09:45:33 +02:00
redis-cluster.config.php feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
redis.config.php feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
startsessionlistener.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00