JDK-6990924 : Applying shape to window leaves its border unaffected on Solaris
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Not an Issue
  • OS: solaris
  • CPU: sparc
  • Submitted: 2010-10-11
  • Updated: 2011-01-19
  • Resolved: 2010-11-25
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
7Resolved
Related Reports
Relates :  
Relates :  
Relates :  
Description
See the screenshot linked from comments. Shape is not applied to window border and title. Expected behavior is to apply shape to both window contents and border/title.

Comments
EVALUATION Decorated windows should not be allowed to be shaped. This is how they are supposed to be supported (and how things actually work in 6u10). Note that on some window managers (specifically, the compiz) setting a shape to the decorations may be impossible at all by technical reasons. So the fix is to disable setting shapes to decorated windows. This issue is quite similar to 6862560.
11-10-2010