JDK-7122250 : [macosx] mouseMoved Events test do not respond in JCK-runtime-7 interactive
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,os_x
  • CPU: generic,x86
  • Submitted: 2011-12-16
  • Updated: 2012-03-23
  • Resolved: 2012-03-23
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
7u4 b11Fixed
Related Reports
Duplicate :  
Duplicate :  
Description
EventTest0018 test fails in api/java_awt/interactive/event/EventTests_EventTest0018 in JCK-runtime-7 interactive with jdk7 Build b208.
All event checkboxes NOT checked via generation of window events

http://java.net/jira/browse/MACOSX_PORT-448

It is reproducible with JDK 7 MacPort only

Comments
EVALUATION 8-na: the fix is integrated as a part of 7113349.
23-03-2012

EVALUATION The actual root cause of the issue is that AWTView is missing an overridden -updateTrackingAreas method that should update the tracking rectangle. Adding the override resolves the issue.
31-01-2012

EVALUATION The setAcceptsMouseMovedEvents: must be called with YES. Unwanted mouse MOVE events must be filtered out manually at AWTView.m.
31-01-2012

EVALUATION This looks like problem in Swing/AWT implementation, accepted
21-12-2011