Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chosen not Filtering Correctly and Error When Using Down Arrow Key to Select Results #308

Open
tracerTres opened this issue Aug 28, 2018 · 0 comments

Comments

@tracerTres
Copy link

tracerTres commented Aug 28, 2018

ChosenListBox listBox = new ChosenListBox(true);
listBox.addItem("A", "A");
listBox.addItem("AA", "AA");
listBox.addItem("B", "B");
listBox.addItem("BB", "BB");

Using the code above, in the search field type 'B' (Sometimes the results are not filtered correctly and results starting with 'A' are shown) then use down arrow to select "BB".
Type 'B' again and use down arrow to select 'B' and an error occurs before selection is done.
On inspection the issue seems to occur due to the class active-result been added twice when building results in DesktopMultipleChosenImpl

gwtchosen 3.0.1
gwt 2.8.2
java 8
gwtquery 1.5-beta1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant