-
29 Jun 2009 4:35 AM #1
[FIXED] [2.0-RC1] ComboBox not selecting the good item
[FIXED] [2.0-RC1] ComboBox not selecting the good item
Hello,
As you can see on the following print-screen, when i expand the popup of a combobox, the selected item in the list is not the item corresponding to the rawvalue (ADC) but the next item (ADE).
Here is a snippet of the code :
I'm using safari, but same problem with IE & FirefoxCode:SimpleComboBox<String> comboUO = new SimpleComboBox<String>(); comboUO.setEditable(false); comboUO.setWidth(50); comboUO.setTypeAhead(true); comboUO.add("ACO"); comboUO.add("ADA"); comboUO.add("ADC"); comboUO.add("ADE"); comboUO.add("ADI"); comboUO.add("ATM"); comboUO.add("DEN");
-
29 Jun 2009 5:04 AM #2
-
29 Jun 2009 5:37 AM #3
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote