JDK-6268444 : PIT: Removing the notification area manually moves tray icon to top-left corner, GNOME
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2005-05-11
  • Updated: 2011-01-19
  • Resolved: 2005-05-17
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 6
6Resolved
Related Reports
Duplicate :  
Relates :  
Description
I am running a Java App which adds a TrayIcon to the notification area. The notification area is initially visible on the GNOME panel and the tray icon is shown there properly. I am right clicking inside the notification area and removing the notification area from the panel. As soon as the notification area is removed, the tray icon is shown on the top-left corner of the screen. This is incorrect. I have tested this with few other native apps (CD Player) and it does not work this way. The tray icon must be hidden when notification area is removed.

This is reproducible on SolarisSparc10-JDS with the following PIT build:
java version "1.6.0-awt.pit-int-awt-blade"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-awt.pit-int-awt-blade-df153228_06_May_2005_08_56-b00)
Java HotSpot(TM) Client VM (build 1.6.0-ea-b35, mixed mode)

I have attached a sample test. Execute the sample test on GNOME. You would see a tray icon being added to the notification area. Right click and remove the notification area from the panel. If you see tray icon on the top-left corner of the screen, the bug is reproduced.
###@###.### 2005-05-11 07:17:09 GMT