Details
-
Bug
-
Resolution: Fixed
-
P1
-
internal
-
os_x
Description
To reproduce this.
1. Run SwingSet2 on Lanai with the metal pipeline enabled:
$ java -Dsun.java2d.metal=true -jar SwingSet2.jar
2. Select the ComboBox tab
Select any of the individual attributes (hair, eyes&nose, mouth) and that one will draw, but the others will be drawn in (mostly) white.
Resize the window, either at the beginning or after drawing one of them and the same thing will happen for the entire window.
This is a regression caused by the fix forJDK-8242653
1. Run SwingSet2 on Lanai with the metal pipeline enabled:
$ java -Dsun.java2d.metal=true -jar SwingSet2.jar
2. Select the ComboBox tab
Select any of the individual attributes (hair, eyes&nose, mouth) and that one will draw, but the others will be drawn in (mostly) white.
Resize the window, either at the beginning or after drawing one of them and the same thing will happen for the entire window.
This is a regression caused by the fix for
Attachments
Issue Links
- duplicates
-
JDK-8243163 J2DDemo - AC Rules boxes in 2 columns are empty
- Closed
- relates to
-
JDK-8243508 Update alpha blending and compositing functions
- Resolved
-
JDK-8242653 Lanai: SRC_OVER with extra alpha does not work for VI
- Resolved