[Issue 469] New - AutoCompleteSupport: Arrowing down on the popup and pressing enter fails to update combobox

View: New views
2 Messages — Rating Filter:   Alert me  

[Issue 469] New - AutoCompleteSupport: Arrowing down on the popup and pressing enter fails to update combobox

by cbare-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://glazedlists.dev.java.net/issues/show_bug.cgi?id=469
                 Issue #|469
                 Summary|AutoCompleteSupport: Arrowing down on the popup and pr
                        |essing enter fails to update combobox
               Component|glazedlists
                 Version|current
                Platform|Macintosh
              OS/Version|Mac OS X
                     URL|
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|swing
             Assigned to|jessewilson
             Reported by|cbare






------- Additional comments from cbare@... Sun Mar 15 20:17:33 +0000 2009 -------
I have a swing app with a JComboBox. I install AutoCompleteSupport using an EventList populated with
"Monkey", "Moose", "Mouse", ... and other entries. I type "mo" into the combobox, with the intention of
selecting "Moose". "Monkey" appears in the text area of the combobox, because that's the first match
for "mo". So far, so good. Then, I press the down arrow to open the popup. "Monkey" is selected.
Pressing down arrow again highlights "Moose". I hit enter, expecting "Moose" to be placed in the text
part of the combobox, but that doesn't happen. It remains "Monkey"

I suspect this is another issue of OS X UI.

I'll try it out on a windows box later. Source code to reproduce the issue is follows. I made a little
screencast to show you what I mean here: http://www.screencast.com/t/0KHdgUDWt, in which I also
talk about bug 458.

Thanks for the good work!

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 469] AutoCompleteSupport: Arrowing down on the popup and pressing enter fails to update combobox

by cbare-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://glazedlists.dev.java.net/issues/show_bug.cgi?id=469






------- Additional comments from cbare@... Tue Mar 17 20:15:12 +0000 2009 -------
I verified that this bug does *not* appear running in windows with either of these versions of Java:
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)

The bug does appear under OSX with either of these versions of Java:
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
Java(TM) SE Runtime Environment (build 1.6.0_07-b06-153)



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...