JDK-6825362 : Avoid calling peer.setZOrder on Window instances
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: x86
  • Submitted: 2009-04-02
  • 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 b57Fixed
Related Reports
Relates :  
Relates :  
Description
The enhanced implementation of the Z-order changes has been introduced by the fix for 6809227. There are two things that should be done

- the ComponentPeer.setZOrder method shouldn't be called on the instances of the Window class - this breaks the fix for 6770457
- the WPanelPeer class includes some unused code inherited from the previous Z-order implementation - it should be removed

Comments
EVALUATION Need to be fixed.
20-04-2009

SUGGESTED FIX http://sa.sfbay.sun.com/projects/awt_data/7/6825362/
20-04-2009