Situation
- I have a navbar on my site, and in it I have several dropdown / megamenus menus.
- I need when clicking this dropdown, the user has the option to "scroll" the page up and down with the arrow keys.
- With the mouse scroll this already works
- But the keyboard does not ... even if you focus (using jquery .focus ()) on some element that is outside the navbar.
JSFiddle is here , redimension the screen if the dropdown does not appear.
Then try to press up and down the keyboard, in this case will not work (the screen will not go down or up) ... only works with the mouse scroll, and I would need this to work with the keyboard also