JDK-7145827 : [macosx] JCK failure in b11: FocusableWindow3
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic,x86
  • Submitted: 2012-02-15
  • Updated: 2013-11-13
  • Resolved: 2012-04-04
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 7 JDK 8
7u4 b18Fixed 8Fixed
Related Reports
Duplicate :  
Relates :  
Description
Mac OS X 10.7.3
Test api/java_awt/awt_focus_subsystem/focusable_windows/index_FocusableWindow3 fails in one case (hw_0003) with b11. It used to fail in more of them until a fix to 7129732 but this one problem still is here.

Comments
SUGGESTED FIX http://cr.openjdk.java.net/~ant/7145827/
17-02-2012

EVALUATION An owned window should be aware of focusability of its nearest owner (Frame/Dialog). This way it's implemented on MS Windows.
17-02-2012