-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0, 1.4.0
-
beta2
-
generic, x86
-
generic, windows_nt
if in EventDispatchThread we are processing a ActionEvent
the EventQueue.getDispatchingEventTime returns current system time.
it's possible that this time value is greater than the timestamp of
KeyEvents posted later than the ActionEvent being dispatched.
so if we use this time value to call
DefaultKeyboardFocusManager.enqueueKeyEvents
we might not get the desired behavior(hold any keyEvent which is
posted after the current event)
tao.ma@Eng 2001-04-04
the EventQueue.getDispatchingEventTime returns current system time.
it's possible that this time value is greater than the timestamp of
KeyEvents posted later than the ActionEvent being dispatched.
so if we use this time value to call
DefaultKeyboardFocusManager.enqueueKeyEvents
we might not get the desired behavior(hold any keyEvent which is
posted after the current event)
tao.ma@Eng 2001-04-04
- duplicates
-
JDK-4312240 Add timestamp to ActionEvents
- Closed
- relates to
-
JDK-8046495 KeyEvent can not be accepted in quick mouse clicking
- Resolved
-
JDK-4088877 Multiple modal dialogs can be created before block takes effect
- Closed