JDK-6540786 : BasicPopupMenuUI: MenuKeyboardHelper.uninstall() and MouseGrabber.uninstall() should be synchronized
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-03-30
  • Updated: 2011-03-07
  • Resolved: 2011-03-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
7 b15Fixed
Related Reports
Relates :  
Description
BasicPopupMenuUI: MenuKeyboardHelper.uninstall() and MouseGrabber.uninstall() should be synchronized in jdk7 as it was done in 6u2.
There is a fix for 6492266. At first it was integrated into jdk7, then it was changed a bit and integrated into 6u2. The both fixes should be equal. The involved code in jdk7 should be made the same as it is in 6u2.

Webrevs for 6492266:
6u2  fix version: http://javaweb.sfbay/jcg/6u2/swing/6492266/
jdk7 fix version: http://javaweb.sfbay/jcg/1.7.0-dolphin/swing/6492266/

Comments
SUGGESTED FIX http://javaweb.sfbay/jcg/7/swing/6540786/
03-04-2007

EVALUATION The involved code in jdk7 should be made the same as it is in 6u2.
30-03-2007