Is it possible to release a non-keyboard control version
Opened this issue · 1 comments
Deleted user commented
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:
- Use your smoothscroll for mouse control (mouse clicks and mouse wheel) and not keyboard control.
- 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.
Deleted user commented
Closing this, I forgot to add event.preventDefault()
to my code.