mirror of
https://github.com/nextcloud/server.git
synced 2026-07-11 18:47:17 -04:00
- 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> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| sections | ||
| utils | ||
| matchers.ts | ||