Posted by xjm on October 8, 2012 at 11:59am
6 followers
Jump to:
| Project: | Drupal core |
| Version: | 8.x-dev |
| Component: | views_ui.module |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | accessibility, Needs manual testing, Novice, VDC |
Issue Summary
Part of meta issues #1805996: [META] Views in Drupal Core and #1802678: [META] Views: accessibility review.
Steps
- Test this issue using 8.x HEAD:
git clone --recursive --branch 8.x http://git.drupal.org/project/drupal.git - Enable Views and Views UI.
- Test each screen of the Views UI, including: the administrative view listing, the view creation wizard, the advanced administrative interface, and modal dialogs.
- Every form field needs a correctly associated label. Run a test using the WAVE Toolbar and identify any incorrect labels. (More about automated checking, More on #title and #title_display)
- Report any problems in this issue.
Reference: core accessibility gate.
Comments
#1
#2
#3
There were no errors thrown by WAVE. I double checked the form field labels to make sure they made sense.
I am not sure if there is a list of correct "field form labels" - if there is, please post and I will double check them.
#4
I'm wondering which modals did you checked. Some potential problematic pages could be:
#5
Agreed, it would be good to document here explicitly each path/interaction that was tested and what the results were. A (cropped) screenshot of the results would help too.
#6
@XJM: yes, Yesterday I was thinking about a problem with the Views accessibility review: the Views UI is really complex and we should ensure that everything is tested and, if possible, that two people won't loose their time testing the same thing (at least until the accessibility review is completed).
So I was wondering what the best method to track progress about this review was... And I thought that:
Any thoughts?
BTW, I plan to spend some time on this issue next weekend...
#7
@falcon03, Well, I'd prefer to track progress using these five issues (one for each point of the core accessibility gate). I think we can start by having everyone document exactly what they've tested, as is already happening in #1806022: Views' text color does not have sufficient contrast and #1806308: Views' Javascript is not keyboard-usable. We've already identified critical bugs under both those issues, so we'll want to resolve those as soon as possible and then test again, perhaps with a more detailed plan, once the critical bugs are resolved.