Review request for 8181930 : Adding a null icon to a Stage prevents application startup

2017-08-01 Thread Ambarish Rapte
Hi Chien, Hi Kevin, Request you to review the fix for JDK 10. Bug: https://bugs.openjdk.java.net/browse/JDK-8181930 Webrev: http://cr.openjdk.java.net/~arapte/fx/8181930/webrev.00/ Regards, Ambarish

[10] Review request for 8185691: MediaPlayer reports error with HTTP Live Streams instead of EOS

2017-08-01 Thread Alexander Matveev
Hi Kevin and David, Please review the following: https://bugs.openjdk.java.net/browse/JDK-8185691 Fixed issue when error was send instead of EOS for HTTP Live Streaming. Thanks, Alexander

Supposedly lazy binding gets evaluated right away

2017-08-01 Thread John Hendrikx
My understanding of Bindings has always been that they're supposedly only evaluated when actually used (ie. get() is called on them). Javadoc for Binding claims (emphasis mine): "All bindings in the JavaFX runtime are calculated **lazily**. That means, if a dependency changes, the result of

Re: CSS style class rendering bug

2017-08-01 Thread Kevin Rushforth
Agreed. Can you file a bug here? http://bugreport.java.com/ -- Kevin David Grieve wrote: Smells like a bug to me. On 8/1/17 10:08 AM, a...@adamish.com wrote: (https://stackoverflow.com/questions/45440102/javafx-css-class-not-removed-when-node-disconnected) I appeared to have discovered

Re: CSS style class rendering bug

2017-08-01 Thread David Grieve
Smells like a bug to me. On 8/1/17 10:08 AM, a...@adamish.com wrote: (https://stackoverflow.com/questions/45440102/javafx-css-class-not-removed-when-node-disconnected) I appeared to have discovered a case in JavaFX (8u144, running on Windows 7) where a TextField is rendered using the wrong sty

CSS style class rendering bug

2017-08-01 Thread adam
(https://stackoverflow.com/questions/45440102/javafx-css-class-not-removed-when-node-disconnected) I appeared to have discovered a case in JavaFX (8u144, running on Windows 7) where a TextField is rendered using the wrong style class. This only appears to happen in the following situation  * st

How to access Modena resources?

2017-08-01 Thread Wolfgang Zitzelsberger
For some custom controls we extend the Modena theme by providing an additional CSS file. In this file we have references to some image files of Modena just like below. .details-dialog .message-icon{ -fx-image: url("/com/sun/javafx/scene/control/skin/modena/dialog-information.png"); } Howev