-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P3
-
None
-
Affects Version/s: jfx11, jfx13, 10
-
Component/s: javafx
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 forJDK-8090462. If I locally backout the fix for JDK-8090462 then it works.
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
- duplicates
-
JDK-8237469 Inherited styles don't update when node is moved
-
- Resolved
-
- relates to
-
JDK-8090462 CSS performance: Link style helpers together to avoid going through parent chain looking for parent style helpers
-
- Resolved
-