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.
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
andend
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:
Let me know,
Thanks.