bug-classpath
[Top][All Lists]
Advanced

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

[Bug swing/27146] JComboBox: clicking on the arrow of an opened combox s


From: thebohemian at gmx dot net
Subject: [Bug swing/27146] JComboBox: clicking on the arrow of an opened combox should close it
Date: 19 May 2006 14:19:25 -0000


------- Comment #1 from thebohemian at gmx dot net  2006-05-19 14:19 -------
I found out that everything would work fine. The MouseListener that is
installed for the BasicComboPopup is correct. However there is this PopupHelper
instance which directly listens on the AWT Event Queue whether the user clicked
outside of an opened PopupMenu and if so closes the Popup.

This AWTEvent is handled before the MouseListener that listens on the
BasicComboPopup and closes the Popup. When the MouseListener is doing its work
it will find out that the Popup is closed and will open it again.

Any ideas?


-- 

thebohemian at gmx dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|roman at kennke dot org     |thebohemian at gmx dot net
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-05-03 20:45:05         |2006-05-19 14:19:23
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27146





reply via email to

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