Duplicate :
|
|
Relates :
|
To reproduce this: 1. Run the HelloCSS program from apps/toys/Hello $ java hello.HelloCSS 2. Click the button with the red background labeled "Move" 3. BUG: the button stays red after it is moved, when it should change to yellow This is a regression introduced in JDK 10 as a result of the fix for JDK-8090462. If I locally backout the fix for JDK-8090462 then it works.
|