JDK-4165641 : Swing-1.1beta2 - JComboBox with Win L&F has problems with posting menus.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 1998-08-11
  • Updated: 1998-08-12
  • Resolved: 1998-08-12
Related Reports
Duplicate :  
Description
Swing-1.1beta2 - JComboBox with Win L&F has problems with posting menus.

For editable JComboBox, 
- Alt+Down Arrow drops down the menu, but appends a '?' to the text in the combobox.

- Just clicking the down arrow posts the menu and then cycles thru the entries. Just clicking down/up arrow should cycle thru the entries and not post the menu.


For non-editable JComboBox, 
- Just clicking the down arrow posts the menu and then cycles thru the entries. Just clicking down/up arrow should cycle thru the entries and not post the menu.