JDK-8154434 : Open the request focus methods of the java.awt.Component which accept FocusEvent.Cause
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-04-18
  • Updated: 2017-05-17
  • Resolved: 2016-10-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b143Fixed
Related Reports
Blocks :  
Relates :  
Description
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.