Skip to content

[stable34] fix(files): proper accessible row name and title for overflow#61930

Open
susnux wants to merge 2 commits into
stable34from
backport/bca2c7f2294a24daf7e45928c309e41dd2d98c1f
Open

[stable34] fix(files): proper accessible row name and title for overflow#61930
susnux wants to merge 2 commits into
stable34from
backport/bca2c7f2294a24daf7e45928c309e41dd2d98c1f

Conversation

@susnux

@susnux susnux commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

manual backport of #61658

@susnux susnux requested review from a team and skjnldsv as code owners July 9, 2026 10:16
@susnux susnux requested review from nfebe and sorbaugh and removed request for a team July 9, 2026 10:16
@susnux susnux added bug 3. to review Waiting for reviews feature: files team: Files Code maintained by 📁 Files team labels Jul 9, 2026
@susnux susnux added this to the Nextcloud 34.0.2 milestone Jul 9, 2026
@susnux susnux requested review from CarlSchwan and leftybournes and removed request for nfebe July 9, 2026 10:17
- resolves #59203
- resolves #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>
@susnux susnux force-pushed the backport/bca2c7f2294a24daf7e45928c309e41dd2d98c1f branch from 973b615 to d4936e4 Compare July 9, 2026 10:20
@susnux

susnux commented Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

/compile

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug feature: files team: Files Code maintained by 📁 Files team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants