TabPane bug: removing and adding a tab

2017-12-08 Thread Nir Lisker
Looks like there's a bug with TabPane which happens when a tab is removed and quickly added back, before the layout is updated. This causes incorrect positioning of the headers. It was posted on SO: https://stackoverflow.com/ questions/47616221/javafx-tabpane-tabs-dont-update-position/ and apparent

[10] Review request: 8137114: native launcher not finding cfg-file

2017-12-08 Thread victor . drozdov
Kevin, Please review the changes about fixing GenericPlatform::GetAppName(). JIRA: https://bugs.openjdk.java.net/browse/JDK-8137114 Webrev: http://cr.openjdk.java.net/~vdrozdov/JDK-8137114/webrev.00/ --Victor

Re: [OpenJDK 2D-Dev] RFR JDK-8184429: Path clipper added in Marlin2D & MarlinFX 0.8.0

2017-12-08 Thread Laurent Bourgès
Hi Kevin, Here is the updated patch providing MarlinFX-0.8.2 to OpenJFX-10 that provides an efficient path clipper fixing the bug JDK-8184429: http://cr.openjdk.java.net/~lbourges/marlinFX/marlinFX-082-8184429.0/ It is up-to-date with jfx-dev / jdk forrest (10) and recent changes from the Marlin

Re: CSS reference URL?

2017-12-08 Thread Johan Vos
Thanks David and Kevin, your work is very much appreciated. - Johan On Fri, Dec 8, 2017 at 3:24 PM David Grieve wrote: > > https://docs.oracle.com/javase/9/docs/api/javafx/scene/doc-files/cssref.html > > > On 12/8/17 8:46 AM, Johan Vos wrote: > > Hi, > > > > Our Pro JavaFX 9 book is about to be

[10] Review request : JDK-8183520 : [linux] NPE when switching Scene

2017-12-08 Thread Ambarish Rapte
Hi Kevin & Ajit, Request you to review this fix, Issue: https://bugs.openjdk.java.net/browse/JDK-8183520 Webrev: http://cr.openjdk.java.net/~arapte/fx/8183520/webrev.00/ Regards, Ambarish

Re: CSS reference URL?

2017-12-08 Thread David Grieve
https://docs.oracle.com/javase/9/docs/api/javafx/scene/doc-files/cssref.html On 12/8/17 8:46 AM, Johan Vos wrote: Hi, Our Pro JavaFX 9 book is about to be published, and it will contain links to online resources. One very useful resource is the CSS reference. For JavaFX 8, this was at https://

Re: CSS reference URL?

2017-12-08 Thread Kevin Rushforth
https://docs.oracle.com/javase/9/docs/api/javafx/scene/doc-files/cssref.html -- Kevin Johan Vos wrote: Hi, Our Pro JavaFX 9 book is about to be published, and it will contain links to online resources. One very useful resource is the CSS reference. For JavaFX 8, this was at https://docs.oracle

CSS reference URL?

2017-12-08 Thread Johan Vos
Hi, Our Pro JavaFX 9 book is about to be published, and it will contain links to online resources. One very useful resource is the CSS reference. For JavaFX 8, this was at https://docs.oracle.com/javase/8/javafx/api/javafx/scene/doc-files/cssref.html but I can't find it for JavaFX 9 so far? - Joh