-
Bug
-
Resolution: Fixed
-
P3
-
8, 9
-
Ubuntu 12.10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084051 | emb-9 | Sergey Bylokhov | P3 | Resolved | Fixed | team |
Window with transparent background color.
Components are leaving trails if main window has background color with transparency. Still, window doesn't become transparent even if transparency.
Reproducible: Always.
Reproducible in jdk 8 only (8b118 works normally, starts failing since 8b119 )
Steps to reproduce (as in attached java file):
1. Create window (any kind: Frame, JFrame, or just Window) and place some components on it. Set color with alpha as window's background color.
2. Resize window in any way
Expected:
1. Window with semi-transparent background resized normally
Actual:
1. Window is not transparent at all.
2. Components have trails (see attached screenshot).
Components are leaving trails if main window has background color with transparency. Still, window doesn't become transparent even if transparency.
Reproducible: Always.
Reproducible in jdk 8 only (8b118 works normally, starts failing since 8b119 )
Steps to reproduce (as in attached java file):
1. Create window (any kind: Frame, JFrame, or just Window) and place some components on it. Set color with alpha as window's background color.
2. Resize window in any way
Expected:
1. Window with semi-transparent background resized normally
Actual:
1. Window is not transparent at all.
2. Components have trails (see attached screenshot).
- backported by
-
JDK-8084051 Strange behaviour of per-pixel translucency on linux
- Resolved
- duplicates
-
JDK-8029189 Undecorated frame with transparent background does not show its content
- Closed
- relates to
-
JDK-8050265 Per-Pixel Translucency Compositing is Broken on Ubuntu
- Closed