You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After uploading files to a File Drop, an icon indicating the file type is displayed next to the file name (e.g. a small PDF icon for PDF files). Because the icon is neither labeled nor hidden from accessibility APIs, it's described as an unlabeled image when using certain screen readers together with certain browsers (such as Google TalkBack + Google Chrome).
Since the file type is inferred based on the file extension alone and does not provide any new information not already contained in the filename, the icon is merely a visual aid. I believe the icon should therefore be hidden from accessibility APIs with aria-hidden="true".
Steps to reproduce
Create new file request
Upload a file to File Drop
Expected behavior
Image is ignored by accessibility APIs
Nextcloud Server version
30
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Default user-backend (database)
LDAP/ Active Directory
SSO - SAML
Other
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered:
I noticed that the icon displayed next to the uploaded files not only indicates the file type, but can also indicate that the upload of a specific file has failed. Rather than hiding the icon from the accessibility tree, it could be labeled in accordance with the file type (for successfully uploaded files) or with an "upload failed" label (for unsuccessfully uploaded files).
Bug description
After uploading files to a File Drop, an icon indicating the file type is displayed next to the file name (e.g. a small PDF icon for PDF files). Because the icon is neither labeled nor hidden from accessibility APIs, it's described as an unlabeled image when using certain screen readers together with certain browsers (such as Google TalkBack + Google Chrome).
Relevant HTML snippet (after file upload):
Since the file type is inferred based on the file extension alone and does not provide any new information not already contained in the filename, the icon is merely a visual aid. I believe the icon should therefore be hidden from accessibility APIs with
aria-hidden="true"
.Steps to reproduce
Expected behavior
Image is ignored by accessibility APIs
Nextcloud Server version
30
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: