[9] Review request:

2017-01-20 Thread Chris Bensen
Victor, Please review this change to provide a warning with suggested work arounds when packaging on Windows 10 with Windows Defender enabled. JIRA: https://bugs.openjdk.java.net/browse/JDK-8172444 Webrev: http://cr.openjdk.java.net/~cbensen/JD

Problems building JavaFX with jdk-9+153

2017-01-20 Thread Kevin Rushforth
We recently discovered a javac bug that prevents building JavaFX modules using jdk-9+153 as a boot JDK: https://bugs.openjdk.java.net/browse/JDK-8172809 This has now been fixed, and is expected to be delivered in build 154. You can use build 153 to build and run JavaFX applications, but if you

Re: Need an official way to exclude parts of the SceneGraph from CSS-Processing

2017-01-20 Thread Kevin Rushforth
Improving CSS performance is a big goal for JDK 10. It is very likely too late to do anything about this for JDK 9, but Jonathan might be able to comment further. -- Kevin Tom Schindl wrote: Hi, One of the biggest problems when working with JavaFX is that if you reparent a big portion of th

Re: Impossible to implement custom control with a StyleableObjectProperty on JavaFX9

2017-01-20 Thread Kevin Rushforth
Hi Tom, As that bug is Resolved/Fixed (with a pushed changeset) we will need a new JBS bug to track any additional changes that might be needed. Thanks. -- Kevin Tom Schindl wrote: https://bugs.openjdk.java.net/browse/JDK-8102126 Tom On 19.01.17 00:09, Jonathan Giles wrote: This soun

Need an official way to exclude parts of the SceneGraph from CSS-Processing

2017-01-20 Thread Tom Schindl
Hi, One of the biggest problems when working with JavaFX is that if you reparent a big portion of the SceneGraph is that a full CSS-Pass is applied on all reparented SG-Nodes even if those nodes are currently not visible (eg. because they are part of a TabPane). I general I think it is ok to also

Re: Impossible to implement custom control with a StyleableObjectProperty on JavaFX9

2017-01-20 Thread Tom Schindl
In a similar vein a property like Labeled#graphicProperty - see https://bugs.openjdk.java.net/browse/JDK-8173106 who can not be implemented on JDK9 at all. Tom On 20.01.17 09:23, Tom Schindl wrote: > Hi, > > naturally it is https://bugs.openjdk.java.net/browse/JDK-8173103 > > Tom > > On 20.01.

Re: Impossible to implement custom control with a StyleableObjectProperty on JavaFX9

2017-01-20 Thread Tom Schindl
Hi, naturally it is https://bugs.openjdk.java.net/browse/JDK-8173103 Tom On 20.01.17 09:16, Tom Schindl wrote: > https://bugs.openjdk.java.net/browse/JDK-8102126 > > Tom > > On 19.01.17 00:09, Jonathan Giles wrote: >> This sounds like a reasonable issue to discuss a resolution for. Can you >>

Re: Impossible to implement custom control with a StyleableObjectProperty on JavaFX9

2017-01-20 Thread Tom Schindl
https://bugs.openjdk.java.net/browse/JDK-8102126 Tom On 19.01.17 00:09, Jonathan Giles wrote: > This sounds like a reasonable issue to discuss a resolution for. Can you > please file a Jira issue and we can look into our options (either making > a reapplyCss() method available, or following somet