Combox scrolls wrong

hi,
if i scroll down with the cursor keys in your demo of the combobox:
http://demo.vaadin.com/sampler/#ui/data-input/multiple-value/combo-box
i think that after “ARGENTINA” the next selected/focused Item should be “ARMENIA” in the table and not the input field of the combobox. is there a way to avoid this?

thank you!

It seems to be a bug, with ticket
#11333
.

I can’t really imagine a workaround, except fixing it, probably in the client-side code of ComboBox (in the VFilterSelect widget).