hg: openjfx/8u-dev/rt: RT-35198 [ComboBox] ComboBox Popup not maintaining its position wrt control when mouse scrolled

2014-02-26 Thread hang . vo
Changeset: a15f68bec66e Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-02-26 12:46 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a15f68bec66e RT-35198 [ComboBox] ComboBox Popup not maintaining its position wrt control when mouse scrolled Reviewed by:

hg: openjfx/8u-dev/rt: RT-35884 Clicking on a button results in re-layout of some components

2014-02-26 Thread hang . vo
Changeset: 59ef45f74784 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-02-26 13:59 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/59ef45f74784 RT-35884 Clicking on a button results in re-layout of some components Reviewed by: dgrieve !

hg: openjfx/8u-dev/rt: RT-35930 setBorder doesn't update the Insets

2014-02-26 Thread hang . vo
Changeset: 628d40ed15a3 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-02-26 15:37 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/628d40ed15a3 RT-35930 setBorder doesn't update the Insets ! modules/graphics/src/main/java/javafx/scene/layout/Region.java !

review request for RT-35353

2014-02-26 Thread Lisa Selle
Hi Daniel and David, Please review the following fix for https://javafx-jira.kenai.com/browse/RT-35353 - Add a dispman back end to Monocle glass: http://cr.openjdk.java.net/~kselle/webrev-20140226-1458-RT-35246/webrev/ Thanks, Lisa

[8u20] Review request: RT-35197: Use Lambda in FX runtime and samples

2014-02-26 Thread Stephen F Northover
Hi Martin, Please review the lambdification of the base component. You are welcome to apply the patch, but there are numerous changes and they are all automatic. If you have outstanding changes, please commit them and I will lambdify once more, Jira:

Can't gc a node removed from its scene

2014-02-26 Thread Werner Lehmann
Hi, I have removed a node from its scene. Node.scene and Node.parent both are null. However, inner classes of the Scene seem to keep a reference: Scene.ClickGenerator.pressedTargets Scene.ClickGenerator.releasedTargets Scene.MouseHandler.pdrEventTargets See http://imgur.com/L8dRQDW for a

Re: [8u20] Review request: RT-35197: Use Lambda in FX runtime and samples

2014-02-26 Thread Kevin Rushforth
As a note to NB users, this may cause problems with NB 7.4 so if you use NB, and have problems with 7.4, you might want to try it with NB 8 RC1. -- Kevin Stephen F Northover wrote: Hi Martin, Please review the lambdification of the base component. You are welcome to apply the patch, but

Re: Can't gc a node removed from its scene

2014-02-26 Thread Kevin Rushforth
Have you tried it on JDK 8? -- Kevin Werner Lehmann wrote: Hi, I have removed a node from its scene. Node.scene and Node.parent both are null. However, inner classes of the Scene seem to keep a reference: Scene.ClickGenerator.pressedTargets Scene.ClickGenerator.releasedTargets

hg: openjfx/8u-dev/rt: [DOC ONLY] RT-35758: [DatePicker] When typing year as YY, should DatePicker choose nearest century or current one?

2014-02-26 Thread hang . vo
Changeset: 4864659e9f7d Author:leifs Date: 2014-02-26 16:12 -0800 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4864659e9f7d [DOC ONLY] RT-35758: [DatePicker] When typing year as YY, should DatePicker choose nearest century or current one? !

hg: openjfx/8u-dev/rt: Fix to RT-35956: Add a stopgap fix to improve mesh update performance for limited use cases that doesn't do 3d lighting in the scene

2014-02-26 Thread hang . vo
Changeset: e5e96f7dc5a7 Author:Chien Yang chien.y...@oracle.com Date: 2014-02-26 21:17 -0800 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e5e96f7dc5a7 Fix to RT-35956: Add a stopgap fix to improve mesh update performance for limited use cases that doesn't do 3d lighting