-
Enhancement
-
Resolution: Duplicate
-
P4
-
6
-
generic
-
generic
AWT focus subsystem is implemented in such a way that focus requests
(requestFocus/requestFocusInWindow calls) are performed asynchronously.
This implies that developers must never assume that a component becomes
the focus owner until this component receives a FOCUS_GAINED event.
This is reflected in our spec.
Unfortunetely such an implementation complicates development of an application
as it often requires additional synchronization to be involved.
Thus AWT should investigate an ability of making requesting focus synchronous.
(requestFocus/requestFocusInWindow calls) are performed asynchronously.
This implies that developers must never assume that a component becomes
the focus owner until this component receives a FOCUS_GAINED event.
This is reflected in our spec.
Unfortunetely such an implementation complicates development of an application
as it often requires additional synchronization to be involved.
Thus AWT should investigate an ability of making requesting focus synchronous.
- duplicates
-
JDK-4906034 make requesting focus synchronous
-
- Open
-
- relates to
-
JDK-6806217 implement synthetic focus model for MS Windows
-
- Closed
-
-
JDK-6438965 Regression: Focus change in JInternalFrame.
-
- Resolved
-