I am busy with a selectbox in a template but i can’t get it solved.
If you go to this page click here and look for the selectbox (it’s in the forms section) and use the keyboard navigation it’s skips some options and i don’t know why?!
Can someone help me with this one?
The problem seems to be in that sbCustomSelect plugin. It works fine as long as you initiate it once on the page (you can have it applied on multiple elements, they just need to be under one single selector).
Initiating it twice like this:
Will make the jumping occur, like can be seen here: http://jsfiddle.net/niklasvh/Qker9/7/
You can get the same functionality by combining them into one single selector and initializing the plugin only once:
And the plugin works fine:
http://jsfiddle.net/niklasvh/Qker9/8/