[Review request] 8091673: Runtime should have a published focus traversal API for use in custom controls

2017-08-02 Thread Jonathan Giles
Kevin, Phil, Could you please review the webrev below, which aims to provide new public API for focus traversal in JavaFX. https://bugs.openjdk.java.net/browse/JDK-8091673 http://cr.openjdk.java.net/~jgiles/8091673.1 -- -- Jonathan

[Review request] 8178519: Consider removing two-level focus support from UI controls

2017-08-02 Thread Jonathan Giles
Kevin, Phil, Could you please review the webrev below, which aims to remove the unused two-level focus code that presently ships in JDK 9 and earlier releases. https://bugs.openjdk.java.net/browse/JDK-8178519 http://cr.openjdk.java.net/~jgiles/8178519/ Thanks, -- -- Jonathan

Re: CSS style class rendering bug

2017-08-02 Thread Kevin Rushforth
Yes, this might be the same bug. The incident triage team independently confirmed that this is a regression introduced in 8u102. Btw, the bug is now available on bugs.openjdk.java.net here: https://bugs.openjdk.java.net/browse/JDK-8185709 -- Kevin Fisher, Robert [ext] wrote: Could be the sa

RE: CSS style class rendering bug

2017-08-02 Thread Fisher, Robert [ext]
Could be the same as this bug here which was a regression in 8u102: https://bugs.openjdk.java.net/browse/JDK-8183100 A workaround is to call Node#impl_reapplyCSS on the parent *after* putting the child back in the scene. But this isn't public API and is removed in Java 9, so you can alternative