fgpv-vpgf / fgpa-apgf

Authoring tool for FGP viewer
Other
7 stars 14 forks source link

WCAG #271

Open jolevesq opened 6 years ago

jolevesq commented 6 years ago

Check if Authoring tool is WCAG

jolevesq commented 6 years ago
  1. summary window - if click on an attribute of extents and level of detail, user isn't positioned at corresponding attribute in map section

  2. Have to go through all the tabs to go to fields of a selected tab.

  3. Can only use the space key to change the value of a radio box field but for the advanced configuration option can use both tab and enter keys.

  4. Can we reorder the list of basemaps or layers using they keyboard.

The QA team of the a QA and Manager of Technology Accessibility Centre does WCAG compliance testing on a cost recovery basis. The current rate is $550.00/day plus 3%.

jolevesq commented 6 years ago

362 will take care of number: 2 and 4

Number 3 is Angular Schema Form issue

Number 1 seems to be resolve

jolevesq commented 6 years ago

I have added a bunch setFocus to make sure focus is put at the right place when we close/open section window.

Still known issue

  1. we can't reorder fields array... can surely be done if needed

Still known issue from Angular Schema Form issue...

  1. when delete element from array with x, focus is lost
  2. checkbox only works with space bar