In(Sanity) Testing Mondays

2015-01-09 Thread Kevin Rushforth
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PST until 1pm PST. Happy testing! Thanks, -- Kevin

Code Review Request For RT-39783: Move Mac specific implementation (support CALayer) out of platform independent code path

2015-01-09 Thread Chien Yang
Hi Kevin, Please review this simple change. JIRA: https://javafx-jira.kenai.com/browse/RT-39783 Webrev: http://cr.openjdk.java.net/~ckyang/RT-39783/webrev.00/ Thanks, - Chien

[8u60] RFR: RT37399: Mac: Command-period generates spurious KeyEvents on Mac OS

2015-01-09 Thread Morris Meyer
Kevin and David, Could you look over my fix for this issue? I thought about putting the special casing in the GlassViewDelegate and changing the return value of sendJavaKeyEvent to return a boolean. I think this way might be a bit cleaner. This issue is caused by the MacOS processing of Co

Re: Font rendering (on OS-X)

2015-01-09 Thread Tom Schindl
Hi, I uploaded it to youtube let's hope you can see it there. http://youtu.be/jcrWRup6sxI First of all I can "accept" that the "DEF" are slightly shifted when I split the string but what I really don't fully grasp is why DE don't shift with a font-size of 25 but only F does so. Anyways the appl

Re: Font rendering (on OS-X)

2015-01-09 Thread Phil Race
I tried on firefox and Safari and then downloaded to my Mac and tried directly from disk using quicktime but it still failed .. -phil. On 1/9/15 9:47 AM, Kevin Rushforth wrote: I tried the video on Firefox, which said "Video can't be played because the file is corrupt." So I tried it on Chro

Re: Font rendering (on OS-X)

2015-01-09 Thread Kevin Rushforth
I tried the video on Firefox, which said "Video can't be played because the file is corrupt." So I tried it on Chrome and it plays fine for me (as an aside, I find Chrome to be the most robust browser these days even though I haven't quite made the switch from Firefox as my default browser).

Re: Font rendering (on OS-X)

2015-01-09 Thread Phil Race
PS .. your video came up all black for me .. -phil. On 1/9/15 9:37 AM, Phil Race wrote: Glyphs advances are accumulated in floating point and the rendering of the glyph sub-pixel positioned. The nodes however are I expect, positioned at an integer position and in any case I am pretty sure that

Re: Font rendering (on OS-X)

2015-01-09 Thread Phil Race
Glyphs advances are accumulated in floating point and the rendering of the glyph sub-pixel positioned. The nodes however are I expect, positioned at an integer position and in any case I am pretty sure that the fractional advance at the end of "ABC" is not passed on to the start of drawing "DEF

Font rendering (on OS-X)

2015-01-09 Thread Tom Schindl
Hi, I know font rendering has been discussed a lot already on this forum but I don't want to talk about sharpness of text but very strange effects of glyph positioning. The program below switches between 1 and 2 text-nodes which results in strange effects at least on my OS-X box. With a font siz

Re: SceneBuilder

2015-01-09 Thread Eric Le Ponner
Hi Adam, You correctly filled the JIRA. We're simply late. Indeed Scene Builder 1.x used to allow to setup (some) properties on fx:include object. And Scene Builder 2 does not provide this. We should probably reconsider this choice. Note that you may wrap your fx:include in a StackPane instance