Sam Collett wrote: > The cursor keys only work when the mouse is over the select box > though. It would be nice if a scrollbar was added if it was longer > than the current viewport.
Yeah, i will implement some kind of viewport check. All so tabbing to the element in a form makes the selectbox trigger the focus event and cursor keys will start working. The mouse wheel will all so work, because the focus is actually on the "hidden" select element. I have to do some more reading on how the original select element responds to different event to mimic it perfectly. /christian _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
