bug-classpath
[Top][All Lists]
Advanced

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

[Bug awt/26703] Frame does not recieve key events


From: mark at gcc dot gnu dot org
Subject: [Bug awt/26703] Frame does not recieve key events
Date: 16 Mar 2006 16:17:26 -0000


------- Comment #2 from mark at gcc dot gnu dot org  2006-03-16 16:17 -------
In the testcase we will always end up in the
DefaultKeyboardFocusManager.dispatchKeyEvent() where it says:
// Always return true
And then the KeyEvent will be "lost" because the EventThreadDispatcher will not
forward that event to the Component (since true is returned).

It looks like the DefaultKeyboardFocusManager() should forward the KeyEvent
itself.


-- 


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





reply via email to

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