gblazex/smoothscroll-for-websites

Is it possible to release a non-keyboard control version

Closed this issue · 1 comments

Hi,

I'm in the process of adding WAI-ARIA keyboard navigation to my forms, menu's etc. The trouble is that I'm having a major conflict with your smoothscroll code.

When I select the menu container and press home and end for the menu options your smoothscroll is over-writing the WAI-ARIA javascript code. It seems like your code is not isloated enough.

Would it be possible to release a lite version / non-keyboard control version.

I basically want to do the following setup:

  1. Use your smoothscroll for mouse control (mouse clicks and mouse wheel) and not keyboard control.
  2. Use WAI-ARIA on each section with keyboard control. This will be fully isolated to certain keys and container classes - so no conflicts.

Let me know,

Thanks.

Closing this, I forgot to add event.preventDefault() to my code.