Re: -fx-background-radius problem

2014-06-10 Thread Jeff Martin
This is on 8u5 b13. Running with SW on Mac didn't reproduce the problem. Here is the jira: Jira: -fx-background-radius not rendering on Parallels Windows jeff On Jun 9, 2014, at 6:18 PM, Kevin Rushforth wrote: > Since you said: > >> On Parallels Windows it does not: >> http://www.r

Re: -fx-background-radius problem

2014-06-09 Thread Kevin Rushforth
Since you said: On Parallels Windows it does not: http://www.reportmill.com/examples/Radius/RadiusWin.jpg This is probably a SW rendering bug (we will fall back to SW when running in Parallels). Is this with 8u20-ea or with 8u5? Please file a JIRA with a complete test program. Also, can

-fx-background-radius problem

2014-06-09 Thread Jeff Martin
Has anyone seen a problem with -fx-background-radius on Windows? When I run Windows using Parallels (on a Mac), -fx-background-radius styles seem to get ignored. Here is my sample code: // Create label with background color and radius Label label = new Label("Testing"); label.setPadding