-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b53
-
sparc
-
solaris_10
-
Verified
I have installed a security manager in my application and I am adding a tray icon to the system tray. As expected, it is asking for 'accessSystemTray' permission and I have given that permission in the policy file. TrayIcon is added to the system tray But it does not show the image that I passed and it is not at all responding to any user action. It is not triggering any ActionEvent or MouseEvent when clicked. The display message window shown near the tray icon grows in size every time I display a new message. Looks like the entire tray icon is broken when I install a security manager.
This is reproducible only on the current PIT build given below and not reproducible on Mustang-b48. This is reproducible only on XToolkit and not on Win32. I reproduced it on SolarisSparc10-JDS.
java version "1.6.0-internal"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-internal-df153228_24_aug_2005_01_49-b00)
Java HotSpot(TM) Server VM (build 1.6.0-ea-b48, mixed mode)
I have attached a sample test. Execute the sample test on XToolkit with the above PIT build. Make sure you provide the necessary permissions in the policy file - especially 'accessSystemTray'. If the tray icon does not respond to any of the user interactions, the bug is reproduced.
This is reproducible only on the current PIT build given below and not reproducible on Mustang-b48. This is reproducible only on XToolkit and not on Win32. I reproduced it on SolarisSparc10-JDS.
java version "1.6.0-internal"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-internal-df153228_24_aug_2005_01_49-b00)
Java HotSpot(TM) Server VM (build 1.6.0-ea-b48, mixed mode)
I have attached a sample test. Execute the sample test on XToolkit with the above PIT build. Make sure you provide the necessary permissions in the policy file - especially 'accessSystemTray'. If the tray icon does not respond to any of the user interactions, the bug is reproduced.