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
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
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
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
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
(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
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