JDK-8032669 : Mouse release not being delivered to Swing component in 7u45
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7u45
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-01-24
  • Updated: 2014-10-15
  • Resolved: 2014-02-24
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
7u55Fixed
Description
Mouse release not being delivered to Swing component in 7u45

The application has a toolbar button that activates a popup to allow users to 
create tables. 

The popup can be expanded by right clicking and dragging over the
edge of the popup to create bigger tables. In Java SE 6 and previous, right
clicking the button and immediately dragging over the component and releasing
was generating the expected event to generate the proper table dimensions.
But in JDK 7, the event isn't being delivered.


Comments
No, it is not regression.
13-05-2014

Is it a regression?
12-05-2014

This problem was fixed by JDK-7171045 in JDK8. However, the fix was partly backported to JDK7. It is necessary to backport full changeset from JDK8 to JDK7.
11-02-2014

The problem is reproducible only on JDK7. JDK8 does not have this issue.
11-02-2014

needs evaluation
24-01-2014