Here is the scenario:
I have two cascading combo boxes and I populate them without a problem. I have two different keyUp event handlers on both of them when enter is pressed. Once I make the selection on the first combo box, the keyup event for the first combo box is caught, the second combo gets populated, and I set the focus on the second combo box.
Now, if I start typing, autocomplete kicks in on the second combo box and I can move up and down the items, if I hit enter the proper code is run.
Here is the strange part. Once the focus is moved to the second combo box, if I don’t type anything but go trough the items using the arrows only, the popup doesn’t open (and it shouldn’t right?) and when I get to the item I want, if I hit enter, the keyup on the first element gets fired…
Any ideas or workarounds?