-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b143
-
generic
-
generic
The JDK-8080395 introduces public FocusEvent#Cause concept to track the focus origin.To make this new functionality fully usable the next methods
Component#requestFocus(FocusEvent.Cause)
Component#requestFocus(boolean temporary, FocusEvent.Cause cause)
Component#requestFocusInWindow(FocusEvent.Cause cause)
need to be opened.
Component#requestFocus(FocusEvent.Cause)
Component#requestFocus(boolean temporary, FocusEvent.Cause cause)
Component#requestFocusInWindow(FocusEvent.Cause cause)
need to be opened.
- blocks
-
JDK-8074883 Tab key should move to focused button in a button group
-
- Resolved
-
- relates to
-
JDK-8306119 Many components respond to a mouse event by requesting focus without supplying the MOUSE_EVENT cause
-
- Resolved
-
-
JDK-8080395 consider making sun.awt.CausedFocusEvent functionality public
-
- Resolved
-