hg: openjfx/8/graphics/rt: RT-31076 WebEngine.print() gets margins incorrectly

2013-09-09 Thread hang . vo
Changeset: 512ddab21ba0 Author:peterz Date: 2013-09-09 12:22 +0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/512ddab21ba0 RT-31076 WebEngine.print() gets margins incorrectly ! modules/web/src/main/java/com/sun/webkit/WebPage.java !

Media classes still missing from JavaDoc

2013-09-09 Thread John C. Turnbull
Just FYI, media classes are still missing from the JavaDoc for JavaFX in JDK 8 b105. -jct

hg: openjfx/8/controls/rt: RT-32714 : Modena.jar java.lang.NullPointerException to select colors

2013-09-09 Thread hang . vo
Changeset: 554ecdb56a76 Author:mickf Date: 2013-09-09 14:16 +0100 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/554ecdb56a76 RT-32714 : Modena.jar java.lang.NullPointerException to select colors !

Re: [API Review] : Baseline offset depends on layout bounds which are calculated during layout

2013-09-09 Thread Richard Bair
Sorry we flew off the list accidentally. I like BASELINE_OFFSET_SAME_AS_HEIGHT. This change in behavior will potentially break other layout managers which are handling the baseline case. Specifically, we should test with MigLayout. Otherwise this seems like a significant improvement in that we

Re: [API Review] : Baseline offset depends on layout bounds which are calculated during layout

2013-09-09 Thread Scott Palmer
I don't get it. When is the height ever the correct position for the baseline? The height value can't actually be used as the baseline as that would mean descenders are cut off. How can the layout container compute the baseline for a node if it isn't what is painting the text? Scott On Mon,

Re: [API Review] : Baseline offset depends on layout bounds which are calculated during layout

2013-09-09 Thread Martin Sladecek
Hi Scott, I don't know why it was decided that non-textual Nodes have baseline == height, but I suppose it was because HTML does the same. E.g. table border=1 tr td valign=baselineabcde/td td valign=baselinediv style=width:100px;height:100px;border:1px solid;//td td

hg: openjfx/8/graphics/rt: 2 new changesets

2013-09-09 Thread hang . vo
Changeset: c8a3f198bd9c Author:lisa.se...@oracle.com Date: 2013-09-09 16:56 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c8a3f198bd9c Reintegrate fix for rt-27184, which was lost in the lens native code refactoring. !

hg: openjfx/8/controls/rt: 6 new changesets

2013-09-09 Thread hang . vo
Changeset: 292dc67c024a Author:jgiles Date: 2013-09-05 17:07 +1200 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/292dc67c024a RT-32556: test_rt32383_pageUp/pageDown fail (on Mac) ! modules/controls/src/test/java/javafx/scene/control/ListViewKeyInputTest.java !

FW: Media classes still missing from JavaDoc

2013-09-09 Thread John C. Turnbull
Sorry to harp on about this but the media classes are missing from b106 JavaDoc as well in case Oracle is not aware of this. From: John C. Turnbull [mailto:ozem...@ozemail.com.au] Sent: Monday, 9 September 2013 20:31 To: 'openjfx-dev@openjdk.java.net' Subject: Media classes still missing from

Re: Media classes still missing from JavaDoc

2013-09-09 Thread Richard Bair
I do appreciate the pings. Just in the midst of JAVA ONE MADNESS :-). On Sep 9, 2013, at 8:08 PM, John C. Turnbull ozem...@ozemail.com.au wrote: Sorry to harp on about this but the media classes are missing from b106 JavaDoc as well in case Oracle is not aware of this. From: John C.

Re: FW: Media classes still missing from JavaDoc

2013-09-09 Thread Kevin Rushforth
https://javafx-jira.kenai.com/browse/RT-32004 I pushed a fix earlier today. It will be in b107. -- Kevin John C. Turnbull wrote: Sorry to harp on about this but the media classes are missing from b106 JavaDoc as well in case Oracle is not aware of this. From: John C. Turnbull

RE: Media classes still missing from JavaDoc

2013-09-09 Thread John C. Turnbull
Wow, thanks guys for the rapid response in spite of the J1 insanity! -Original Message- From: openjfx-dev-boun...@openjdk.java.net [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Jonathan Giles Sent: Tuesday, 10 September 2013 14:00 To: openjfx-dev@openjdk.java.net Subject: Re:

Re: Media classes still missing from JavaDoc

2013-09-09 Thread Jonathan Giles
To help lower Richard's blood pressure a little, this was fixed earlier today by Kevin: https://javafx-jira.kenai.com/browse/RT-32004 :-) -- Jonathan On 10/09/2013 3:54 p.m., Richard Bair wrote: I do appreciate the pings. Just in the midst of JAVA ONE MADNESS :-). On Sep 9, 2013, at 8:08

3D scene antialiasing

2013-09-09 Thread John C. Turnbull
Could someone please let me know if support for 3D scene antialiasing is supposed to be working in JDK8 b106? If not, when is this feature expected to be implemented? Thanks, -jct

JavaFX applications turning to black screen after some time

2013-09-09 Thread John C. Turnbull
I am not sure if it is a known issue but any JavaFX application I run and then leave minimised for some time (say 15mins+) and then restore will have an entirely black window with nothing actually visible. This is on Windows 7 and Scene Builder curiously seems to be immune to this problem.