-
Bug
-
Resolution: Fixed
-
P3
-
6, 7
-
b77
-
x86
-
windows, windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2224357 | 6u34 | Sunita Koppar | P2 | Resolved | Fixed | b01 |
JDK-2224426 | 6u33 | Sunita Koppar | P2 | Resolved | Fixed | b31 |
JDK-2223515 | 6u32 | Sunita Koppar | P2 | Resolved | Fixed | b32 |
FULL PRODUCT VERSION :
java version "1.6.0_10-beta"
Java(TM) SE Runtime Environment (build 1.6.0_10-beta-b23)
Java HotSpot(TM) Client VM (build 11.0-b11, mixed mode, sharing)
Note: this bug is also affecting 1.6.0_06
ADDITIONAL OS VERSION INFORMATION :
Windows XP SP2
A DESCRIPTION OF THE PROBLEM :
The TrayIcon class only supports 1-bit transparency in Windows XP. It may be affecting Vista as well. Please see this forum thread for further information:
http://forums.java.net/jive/thread.jspa?threadID=25489
It seems as though the bug as already been fixed in JDIC, but for some reason this fix has not been applied in either 1.6.0_06 or 1.6.0_10-beta-b23
https://jdic.dev.java.net/issues/show_bug.cgi?id=350
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Create an image with 8-bit alpha channel transparency and add it to the System Tray.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Varying alpha values should result in varying levels of transparency.
ACTUAL -
An alpha value of 0 results in a fully transparent pixel, but an alpha value of greater than 0 results in a fully opaque pixel.
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.6.0_10-beta"
Java(TM) SE Runtime Environment (build 1.6.0_10-beta-b23)
Java HotSpot(TM) Client VM (build 11.0-b11, mixed mode, sharing)
Note: this bug is also affecting 1.6.0_06
ADDITIONAL OS VERSION INFORMATION :
Windows XP SP2
A DESCRIPTION OF THE PROBLEM :
The TrayIcon class only supports 1-bit transparency in Windows XP. It may be affecting Vista as well. Please see this forum thread for further information:
http://forums.java.net/jive/thread.jspa?threadID=25489
It seems as though the bug as already been fixed in JDIC, but for some reason this fix has not been applied in either 1.6.0_06 or 1.6.0_10-beta-b23
https://jdic.dev.java.net/issues/show_bug.cgi?id=350
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Create an image with 8-bit alpha channel transparency and add it to the System Tray.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Varying alpha values should result in varying levels of transparency.
ACTUAL -
An alpha value of 0 results in a fully transparent pixel, but an alpha value of greater than 0 results in a fully opaque pixel.
REPRODUCIBILITY :
This bug can be reproduced always.
- backported by
-
JDK-2223515 TrayIcon does not support 8-bit alpha channel in Windows XP
-
- Resolved
-
-
JDK-2224357 TrayIcon does not support 8-bit alpha channel in Windows XP
-
- Resolved
-
-
JDK-2224426 TrayIcon does not support 8-bit alpha channel in Windows XP
-
- Resolved
-
- duplicates
-
JDK-6552827 add 8-bit alpha channel support for TrayIcon on Windows
-
- Closed
-