Skip to content

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

Merged
AndyScherzinger merged 2 commits into
stable34from
backport/bca2c7f2294a24daf7e45928c309e41dd2d98c1f
Jul 14, 2026
Merged

[stable34] fix(files): proper accessible row name and title for overflow#61930
AndyScherzinger merged 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
@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

susnux and others added 2 commits July 14, 2026 18:15
- 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>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@AndyScherzinger AndyScherzinger force-pushed the backport/bca2c7f2294a24daf7e45928c309e41dd2d98c1f branch from a351c5a to d15dc6e Compare July 14, 2026 16:15
@AndyScherzinger AndyScherzinger merged commit f7b45b4 into stable34 Jul 14, 2026
124 of 131 checks passed
@AndyScherzinger AndyScherzinger deleted the backport/bca2c7f2294a24daf7e45928c309e41dd2d98c1f branch July 14, 2026 18:53
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.

4 participants