sugarlabs / sugar-docs

Documentation for Contributors and Developers
86 stars 104 forks source link

Accessibility; keyboard navigation does not work #121

Closed quozl closed 6 years ago

quozl commented 7 years ago

When opening any page on developer.sugarlabs.org, the keyboard navigation feature does not work. This does not comply with accessibility guidelines.

Please fix the generated HTML or CSS so that keyboard scrolling is available after page load.

Occurs on Browse-200, Chromium-53, Firefox-52, and most other browsers.

Does not affect mouse-wheel or touchscreen scrolling.

Workaround is to click in the body of the page first. Keys are page down, page up, arrow down, arrow up, home, end, and space bar.

Reproducer:

Expected result:

Observed result:

rhl-bthr commented 6 years ago

I would like to work on this issue. Kindly guide me to what is being used to build the repository into the website ? Also asked in #132 and irc Thanks

walterbender commented 6 years ago

Seems to be a matter of grabbing the focus upon loading a page into the container div.

quozl commented 6 years ago

With the move to GitHub hosting, this is no longer a problem.