JDK-2212612 : javax/swing/JPopupMenu/6694823/bug6694823.java failed on solaris10
  • Type: Backport
  • Backport of: JDK-7071609
  • Component: client-libs
  • Sub-Component: javax.swing
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2011-08-03
  • Updated: 2011-09-07
  • Resolved: 2011-09-07
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
7u2Fixed 8 b04Fixed
Comments
EVALUATION The test analyzes popup coordinates without ensuring popup is visible. Therefore the test is unstable and sometimes fails. We should wait while popup becomes visible and only then check popup coordinates.
10-08-2011