Re: CSS warning

2014-10-21 Thread Tom Eugelink
I understand and see the merrits of special handling so that the engine prevents leaking. OTOH, special handling always is extra overhead, and I know how careful the JavaFX team weighs any additional performance hit, so the question remains if the engine should have a special handling or the CS

Re: CSS warning

2014-10-21 Thread David Grieve
On 10/21/14, 1:09 PM, Tom Eugelink wrote: That makes sense :-) I've tested it under 8U40, took some hacking because of the other CSS problems with the "only affects the control", but it indeed seems to not be a problem anymore. About this "only affects the control"; are you sure you want to a

Re: CSS warning

2014-10-21 Thread Tom Eugelink
That makes sense :-) I've tested it under 8U40, took some hacking because of the other CSS problems with the "only affects the control", but it indeed seems to not be a problem anymore. About this "only affects the control"; are you sure you want to add special CSS handling for controls in the

Re: CSS warning

2014-10-21 Thread David Grieve
JavaFX CSS has a 'lookup' feature that allows you to declare the value of a property as another property. For example, the -fx-base property defines the base color of the modena theme (the same goes for caspian). When a css value is calculated, these looked-up properties have to be resolved to

CSS warning

2014-10-20 Thread Tom Eugelink
Has anyone every figured out what the cause is of these CSS warnings I get? They do not seem to influence the look at all, and since I copied the styling from moderna.css, they do not seem to be valid either. I suspect it may have to do with a different handling of CSS and that I cannot reuse s

hg: openjfx/8u-dev/rt: RT-38352: [CSS] Warning messages in media Ensemble tests

2014-08-19 Thread david . grieve
Changeset: 96b2950a91e3 Author:David Grieve Date: 2014-08-19 12:52 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/96b2950a91e3 RT-38352: [CSS] Warning messages in media Ensemble tests ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/media

hg: openjfx/8u-dev/rt: RT-38345: [CSS] Warning messages from CSS on touch devices

2014-08-18 Thread david . grieve
Changeset: d7373a5e9cd9 Author:David Grieve Date: 2014-08-18 12:30 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d7373a5e9cd9 RT-38345: [CSS] Warning messages from CSS on touch devices Reviewed by: kevin, lisa ! modules/graphics/src/main/java/com/sun/javafx/css