Warning Could not resolve CSS

2014-06-27 Thread Jeff Martin
Jira and the web at large are full of references to this warning (which seems to just be a nuisance): WARNING: Could not resolve '-fx-table-cell-border-color' while resolving lookups for '-fx-border-color' from rule '*.table-cell' in stylesheet

Re: Warning Could not resolve CSS

2014-06-27 Thread David Grieve
Have you tried the 8u20 EA release? This can happen if a node is having CSS applied before the root node of the scene has had CSS applied. This has been largely resolved in 8u20. On 6/27/14, 12:19 PM, Jeff Martin wrote: Jira and the web at large are full of references to this warning (which

Re: Warning Could not resolve CSS

2014-06-27 Thread Jeff Martin
Thanks for the note Dave - yes, I tried it this morning on 8u20b20, still no joy (I also see a big dirty rect problem in my WelcomePanel animation). You can see them both by running these commands on a Mac: prompt curl -O http://reportmill.com/snap1/SnapCode1.jar.pack.gz prompt

Re: Warning Could not resolve CSS

2014-06-27 Thread David Grieve
Yikes. It looks like the messages are coming up after the welcome panel is closed (after I hit 'open'). As a work-around, what if you removed the table from the scene-graph when the 'open' is pressed? I'll try to recreate the bug in a small app. On 6/27/14, 2:47 PM, Jeff Martin wrote:

Re: Warning Could not resolve CSS

2014-06-27 Thread Jeff Martin
Yes - that does suppress the warnings! jeff On Jun 27, 2014, at 2:38 PM, David Grieve david.gri...@oracle.com wrote: Yikes. It looks like the messages are coming up after the welcome panel is closed (after I hit 'open'). As a work-around, what if you removed the table from the