classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: JComboBox fixes


From: Roman Kennke
Subject: [cp-patches] FYI: JComboBox fixes
Date: Mon, 19 Dec 2005 09:45:19 +0000

The JComboBox has been broken due to some focus related issues. This is
now fixed.

2005-12-19  Roman Kennke  <address@hidden>

        * javax/swing/plaf/basic/BasicComboBoxUI.java
        (installListeners): Install focus listener only on editor.
        (configureArrowButton): Make arrow button not focusable.
        (setPopupVisible): Request focus for the combobox editor or
comboBox,
        depending on whether the combobox is editable or not.
        * javax/swing/plaf/basic/BasicComboPopup.java
        (configureList): Make list not focusable.

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]