rlakoud / simple-gwt

Automatically exported from code.google.com/p/simple-gwt
0 stars 0 forks source link

Certain entries in the ComboBox are not reachable using keyUp and keyDown #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Modify the file
/simple-gwt/src/demo/com/googlecode/simplegwt/combobox/client/ComboBoxDemo.java
and add the following items
        oracle.addItem("Avocado");
        oracle.addItem("Apricot");
        oracle.addItem("Olive");
        oracle.addItem("Onion");
        oracle.addItem("Tomato");
        oracle.addItem("Tomatillo");

What is the expected output? What do you see instead?
Expected: All values are reachable using keyUP or keyDOWN
Instead: The first entry in the second (O*) and third (T*) sets of
duplicate first letter values are unreachable using keyUp and keyDown. I.e,
"Olive" and "Tomato" are not reachable using those cursor keys.

What version of the product are you using? On what operating system?
SimpleGWT
GWT 1.6.4

Please provide any additional information below.
The behavior does not occur using the stock SuggestBox

Original issue reported on code.google.com by jchim...@gmail.com on 23 Apr 2009 at 2:17

GoogleCodeExporter commented 9 years ago
jchimene,

Thanks for the feedback! This appears to be GWT issue #3533. 

http://code.google.com/p/google-web-toolkit/issues/detail?id=3533

It shouldn't be too hard to get a workaround in for now, pending resolution of 
that 
issue.

Original comment by itruett on 23 Apr 2009 at 6:13

GoogleCodeExporter commented 9 years ago
Fixed in r30.

Original comment by itruett on 23 Apr 2009 at 9:52