JDK-6393590 : Windows do not hide when changing the workspaces on SolSparc10-JDS
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2006-03-03
  • Updated: 2011-01-19
  • Resolved: 2006-10-06
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
Duplicate :  
Relates :  
Description
I am showing some AWT Windows (java.awt.Window) on the screen on SolSparc10-JDS. I am changing the workspace and I expect the window to disappear just like frames and dialogs. But window is seen across workspaces and does not get minimized when the parent frame minimize. 

This is reproducible on SolSparc10-JDS with XToolkit using Mustang-b73. This is reproducible with Motif also on Mustang. This is not reproducible with Motif on Tiger-FCS. 

I have attached a sample test. Execute the sample test. You would see a windows being shown. Change the workspace. If the windows are still shown, the bug is reproduced.

Comments
EVALUATION Override-redirect behavior, yes. One can see the same behavior with any native override-redirect window provided it is visible after losing focus (or it's parent losing focus) which is usually not the case; people use these windows for tooltips and such and never keep them for long. With us, it should not be reproducible with MToolkit.
03-03-2006

EVALUATION it looks like this is cause by override_redirect.
03-03-2006