-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sharing UI accessibility #11661
Comments
It should work - @jancborchardt recently looked into improving it. Maybe somebody from @nextcloud/accessibility can verify this as well. |
Yeah, i should probably test the latest master, then. :-) |
@tyrylu sorry about that, we are working a lot on the sharing at the moment. :\ If you do have time, it would be great if you could test the pull request where we work on multiple share links: #11844 – as that will change stuff around a bit again. (@skjnldsv and me will also test, but it’s always good to have feedback from others in @nextcloud/accessibility! :) |
I confirm this issue in 14.04 With Orca screen reader / Firefox 63. Thanks, regards |
@javido awesome! We're really looking forward to that! |
Things has improved a lot on accessibility for the new Sharing UI. A related issue may be with the share icon in Files application? |
Confirmed, but it only occurs when the file is not shared. |
In Sharing UI the h3 heading for file to be shared should be level 2 (h2) to don't break the heading hierarchy. jsaccesible.zipCompartir |
jsaccesible.zipCompartir |
…essibility, fix #11661 Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
@tyrylu @javido thanks a lot for the feedback, sorry about that issue with the Share action not being readable. Pull request to fix it is at #15961 Could you open other issues as separate issues? That makes it easier to track what is still an issue and to separate discussion. :) You can feel free to remove the issue template, or just use the direct link: https://github.com/nextcloud/server/issues/new Thanks a lot! |
Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661
…essibility, fix #11661 Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
…essibility, fix nextcloud#11661 Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
…essibility, fix nextcloud#11661 Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Steps to reproduce
Expected behaviour
Everything should be read correctly
Actual behaviour
There at least two instances of, i assume buttons, which have only an icon - namely the confirmation button for the share with action and the more button for public link sharing.
I did not notice it sooner, i should probably have tested the betas, but i naively assumed that if it worked in 13, it would not be broken with 14.
Client configuration
Browser: Firefox 62.0.3
Operating system: Windows 10
Screen reader tested: NVDA, latest development snapshot
Notes
I suspect that we can not avoid those regressions entirely, because it would require some sort of integration test or something like that, but i have honestly no idea how testing those kinds of interactions would even work, anyone any ideas?
The text was updated successfully, but these errors were encountered: