hg: openjfx/8u-dev/rt: 3 new changesets

2014-05-22 Thread hang . vo
Changeset: 61759b06fec0 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-05-22 09:23 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/61759b06fec0 RT-36868 [Accordion, TitledPane] Minimum size allows to shrink TitledPane/Accordion below minimum size of the

hg: openjfx/8u-dev/rt: RT-37224: Make SwingFXUtils.installFwEventQueue() and removeFwEventQueue() private

2014-05-22 Thread hang . vo
Changeset: 339db617ff3b Author:Anthony Petrov anthony.pet...@oracle.com Date: 2014-05-22 13:28 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/339db617ff3b RT-37224: Make SwingFXUtils.installFwEventQueue() and removeFwEventQueue() private Reviewed-by: snorthov !

hg: openjfx/8u-dev/rt: RT-37242 [ScrollPane] content not visible on embedded

2014-05-22 Thread hang . vo
Changeset: d0ccd8cdfa58 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-05-22 14:00 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d0ccd8cdfa58 RT-37242 [ScrollPane] content not visible on embedded !

hg: openjfx/8u-dev/rt: RT-37214 - Adding unit tests for threshold of scroll gesture

2014-05-22 Thread hang . vo
Changeset: 6a012e194293 Author:Elina Kleyman elina.kley...@oracle.com Date: 2014-05-22 16:55 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6a012e194293 RT-37214 - Adding unit tests for threshold of scroll gesture +

hg: openjfx/8u-dev/rt: ScrollPaneSkinTest aligned with RT-21251 (the original fix for this issue was broken, so the test did not fail).

2014-05-22 Thread hang . vo
Changeset: 6ae997057419 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-05-22 17:19 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6ae997057419 ScrollPaneSkinTest aligned with RT-21251 (the original fix for this issue was broken, so the test did not

hg: openjfx/8u-dev/rt: [Acessibility] Fixing mistake (testing code) released accidentally with RT-36985

2014-05-22 Thread hang . vo
Changeset: f17653883d59 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-05-22 08:50 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f17653883d59 [Acessibility] Fixing mistake (testing code) released accidentally with RT-36985 !

review for build fix to fail when tools are not present in cross build

2014-05-22 Thread David Hill
Jira: https://javafx-jira.kenai.com/browse/RT-36056 (please coment in the jira) please review: http://cr.openjdk.java.net/~ddhill/RT-36056 http://cr.openjdk.java.net/%7Eddhill/RT-36056 I changed the buldSrc files where there was an obvious error case (grep -i error and looked for print

hg: openjfx/8u-dev/rt: 2 new changesets

2014-05-22 Thread hang . vo
Changeset: 90605ca72ec6 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2014-05-22 10:12 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/90605ca72ec6 RT-36985: [Accessibility, Windows] Make sure the focus stays in the Combo (internally Combo puts the focus in

Re: Right-to-left ChoiceBox popup position

2014-05-22 Thread Kevin Smith
While trying to create a sample to demonstrate the problem, it became clear that it is not simple to reproduce. I eliminated the FXML and CSS as possible causes, so it must be something deeper in our Java code. It could even be related to it being embedded in a Swing JavaFX pane. I have to set it

[8u] Review request: (RT-37168) Mention if a property is configurable via CSS in the javadocs.

2014-05-22 Thread David Grieve
Steve, Kevin, I'm looking for your ok on a change to rt/build.gradle that will allow me to add @css tags in javadoc. The diff is in the bug. This isn't the fix for the bug, but if you don't want to allow the tag option, then I need to approach this bug in a different way.

Re: [8u] Review request: (RT-37168) Mention if a property is configurable via CSS in the javadocs.

2014-05-22 Thread Stephen F Northover
Hi David, I didn't see a problem with this. Is there a downside to adding arbitrary tags to JavaDoc? Steve On 2014-05-22 3:23 PM, David Grieve wrote: Steve, Kevin, I'm looking for your ok on a change to rt/build.gradle that will allow me to add @css tags in javadoc. The diff is in the

Re: [8u] Review request: (RT-37168) Mention if a property is configurable via CSS in the javadocs.

2014-05-22 Thread David Grieve
Only if someone runs javadoc without adding a -tag css arg, which will result in an 'unknown tag' error. On 5/22/14, 3:35 PM, Stephen F Northover wrote: Hi David, I didn't see a problem with this. Is there a downside to adding arbitrary tags to JavaDoc? Steve On 2014-05-22 3:23 PM, David

Re: Layout regression

2014-05-22 Thread Scott Palmer
This appears to be a bug introduced in JavaFX 8 I have filed https://javafx-jira.kenai.com/browse/RT-37252 and will work on a test case. Scott On Thu, May 22, 2014 at 3:45 PM, Scott Palmer swpal...@gmail.com wrote: I'm investigating an issue with my application where things are working fine

Re: Layout regression

2014-05-22 Thread Stephen F Northover
Thanks Scott. It maybe that if you can't isolate a case, you can build FX from source (easy on Mac or Linux) and add some prints and debugging code. See you in the JIRA! Steve On 2014-05-22 3:55 PM, Scott Palmer wrote: This appears to be a bug introduced in JavaFX 8 I have filed

Re: [8u] Review request: (RT-37168) Mention if a property is configurable via CSS in the javadocs.

2014-05-22 Thread Tom Schindl
The real question is why javadoc tag and not a real annotation which would be toolable much easier! Tom On 22.05.14 21:42, David Grieve wrote: Only if someone runs javadoc without adding a -tag css arg, which will result in an 'unknown tag' error. On 5/22/14, 3:35 PM, Stephen F Northover

Re: [8u] Review request: (RT-37168) Mention if a property is configurable via CSS in the javadocs.

2014-05-22 Thread David Grieve
Time. And, even with the annotation, the tag would still be needed - http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html#annotations On 5/22/14, 5:00 PM, Tom Schindl wrote: The real question is why javadoc tag and not a real annotation which would be toolable much

hg: openjfx/8u-dev/rt: RT-36957: [Gtk] Intermittent crash running system tests

2014-05-22 Thread hang . vo
Changeset: 696a65456d79 Author:Anthony Petrov anthony.pet...@oracle.com Date: 2014-05-23 01:16 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/696a65456d79 RT-36957: [Gtk] Intermittent crash running system tests Reviewed-by: azvegint !

hg: openjfx/8u-dev/rt: 2 new changesets

2014-05-22 Thread hang . vo
Changeset: 2af3a3300130 Author:jgiles Date: 2014-05-23 09:19 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2af3a3300130 RT-37040: Processing DND detection on a TableView causes the dragging of columns to fail !

hg: openjfx/8u-dev/rt: 2 new changesets

2014-05-22 Thread hang . vo
Changeset: b965ad2d71cf Author:hudson Date: 2014-05-21 07:36 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b965ad2d71cf Added tag 8u20-b15 for changeset 674e7c021c37 ! .hgtags Changeset: 49118d3b033a Author:kcr Date: 2014-05-22 19:22 -0700 URL:

Re: add calculating methods to bind

2014-05-22 Thread Tom Eugelink
I feel the standard binding should offer an easy hook option heightProperty().multiply(3.4).calc( value - { snap(vallue); } ).add(5.0) On 2014-5-21 22:00, Tomas Mikula wrote: Just a side note, you could use EasyBind.map(heightProperty(), value - NodeUtil.snapXY(value.doubleValue() *