JDK-8028271 : Wrong alt processing during switching between windows.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_7
  • Submitted: 2013-11-13
  • Updated: 2013-12-10
  • Resolved: 2013-11-26
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 8
8 b119Fixed
Related Reports
Relates :  
Description
Regression test test/javax/swing/plaf/windows/WindowsRootPaneUI/WrongAltProcessing/WrongAltProcessing.java fails because of incorrect point coordinates for mouse click.

line 79:
    robot.mouseMove(point.x + (frame.getWidth() / 2), point.y + 5);

On windows 7 mouse clicks on hide button and test fails.
X-coordinate mast be on the left from hide button.
For example:
    robot.mouseMove(point.x + (frame.getWidth() / 2)-50, point.y + 5);
Comments
Verified in JDK8b119 Windows 7 x64 Test test/javax/swing/plaf/windows/WindowsRootPaneUI/WrongAltProcessing/WrongAltProcessing.java passed successfully
10-12-2013

Release team: Approved for fixing
25-11-2013

SQE: OK to push in jdk8
22-11-2013

webrev: http://cr.openjdk.java.net/~mcherkas/8028271/webrev.02/ Review thread: http://mail.openjdk.java.net/pipermail/awt-dev/2013-November/006354.html issue impact: regression test fails risks level: no risk suggested testing: WrongAltProcessing test was fixed.
22-11-2013

Please fix it by Nov 21
14-11-2013

See related bug JDK-8001633 for more details
13-11-2013