hg: openjfx/8/graphics/rt: RT-33336: Virtual keyboard buttons has incorrect ids

2013-11-20 Thread hang . vo
Changeset: 4d018e4ca9e4 Author:Seeon Birger seeon.bir...@oracle.com Date: 2013-11-20 12:52 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/4d018e4ca9e4 RT-6: Virtual keyboard buttons has incorrect ids !

Post commit notification: RT-33336: Virtual keyboard buttons has incorrect ids

2013-11-20 Thread Seeon Birger
JIRA: HYPERLINK https://javafx-jira.kenai.com/browse/RT-6RT-6 - FB: Virtual keyboard buttons has incorrect ids Fixed in commit: 4d018e4ca9e4 Seeon

Focus handling on custom controls

2013-11-20 Thread Werner Lehmann
Hi, I made a custom control and am trying to get the focus handling right. This is a textfield with some buttons on the right hand side, e.g. an ellipsis button: http://i.imgur.com/naPzK1W.png The control skin basically is an hbox with a textfield and a few stackpanes as its children. The

Re: Focus handling on custom controls

2013-11-20 Thread Scott Palmer
I did this by putting a TextField and a button in a region, and positioning the button manually in the layout method to be just inside the right edge of the TextField. Simple manipulation of the TextField's insets in the CSS prevents the text from going under the button. I set the button so

Post commit notification: RT-33336: Strip '.' from ids to support keys like '.com'

2013-11-20 Thread Seeon Birger
JIRA: HYPERLINK https://javafx-jira.kenai.com/browse/RT-6RT-6 - FB: Virtual keyboard buttons has incorrect ids Fixed in commit: b681690f12bd Seeon

hg: openjfx/8/graphics/rt: RT-33336: Strip '.' from ids to support keys like '.com'

2013-11-20 Thread hang . vo
Changeset: b681690f12bd Author:Seeon Birger seeon.bir...@oracle.com Date: 2013-11-20 14:58 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b681690f12bd RT-6: Strip '.' from ids to support keys like '.com' !

How to report RT-30362 regressing on b114?

2013-11-20 Thread ngalarneau
Hello, How do I report a regression? It looks to me like RT-32636/RT-30362 has regressed on b114. On Win7, my JavaFX app ScenicView DP4, both running Java8 b114 have mostly black screens when coming out of Screen Lock. SceneBuilder, which reports it is running b113, looks fine. What is the

Re: How to report RT-30362 regressing on b114?

2013-11-20 Thread Stephen F Northover
Please open a new JIRA with all the information that you have put in this email message. Add the label 'regression' in the JIRA label field and put 'Regression' in the title text of the bug (optional but a good idea, that way people scanning a big list of bugs can tell right away that the bug

hg: openjfx/8/graphics/rt: RT-34351: [SWT] FXCanvas: Exception printed and null pointers when running older versions of SWT on retina

2013-11-20 Thread hang . vo
Changeset: 51d3645c0d8f Author:snorthov Date: 2013-11-20 09:57 -0500 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/51d3645c0d8f RT-34351: [SWT] FXCanvas: Exception printed and null pointers when running older versions of SWT on retina Summary: The fix was to check for

[8] Review request for RT-34277: Applet crash on start under IE 10 com.sun.glass.ui.win.WinWindow._setBounds

2013-11-20 Thread Anthony Petrov
Steve, Artem, Please review: https://javafx-jira.kenai.com/browse/RT-34277 -- best regards, Anthony

Re: libjfxmedia.a libextensions_ios.a

2013-11-20 Thread Oldrich Maticka
Hi Tom, you are right. There is duplicate modules/media/src/main/native/jfxmedia/platform/ios/iPoadAccess.m and .h. I've filed https://javafx-jira.kenai.com/browse/RT-34411 for this. Until https://javafx-jira.kenai.com/browse/RT-34411 is fixed, you can remove those duplicates localy. Thanks

Re: How to report RT-30362 regressing on b114?

2013-11-20 Thread Kevin Rushforth
Please open a new bug. If you can link it to the original bug that would be helpful. Thanks! -- Kevin ngalarn...@abinitio.com wrote: Hello, How do I report a regression? It looks to me like RT-32636/RT-30362 has regressed on b114. On Win7, my JavaFX app ScenicView DP4, both running

Re: How to report RT-30362 regressing on b114?

2013-11-20 Thread ngalarneau
I have filed https://javafx-jira.kenai.com/browse/RT-34410 Kevin, In the Description, I listed RT-32636 RT-303632 as in my email below. JIRA has turned those into links to those issues. Is that the kind of link you mean? If not, how do I add the links? Thanks, Neil From: Kevin

Re: How to report RT-30362 regressing on b114?

2013-11-20 Thread Kevin Rushforth
Hi Neil, To add a link, go to the More actions menu and select Link. The kind of like you want here is Related to. Thanks. -- Kevin ngalarn...@abinitio.com wrote: I have filed _https://javafx-jira.kenai.com/browse/RT-34410_ Kevin, In the Description, I listed RT-32636 RT-303632 as in

Re: How to report RT-30362 regressing on b114?

2013-11-20 Thread ngalarneau
Kevin, I checked under More Actions. The only options there are Create Sub-Task, Convert to Sub-Task, Clone, and Labels. I don't see a Link action. Neil From: Kevin Rushforth kevin.rushfo...@oracle.com To: ngalarn...@abinitio.com Cc: openjfx-dev@openjdk.java.net Date:

Re: How to report RT-30362 regressing on b114?

2013-11-20 Thread Kevin Rushforth
This may be limited to internal users then (although I can't think why). I'll link them up. -- Kevin ngalarn...@abinitio.com wrote: Kevin, I checked under More Actions. The only options there are Create Sub-Task, Convert to Sub-Task, Clone, and Labels. I don't see a Link action. Neil

hg: openjfx/8/graphics/rt: RT-34269: Labels no longer bold when they should be

2013-11-20 Thread hang . vo
Changeset: 8fc4103ca2e7 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2013-11-20 08:38 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/8fc4103ca2e7 RT-34269: Labels no longer bold when they should be Reviewed-by: Steve Northover !

HEADS-UP: switching to gradle 1.8 for next week's build

2013-11-20 Thread Kevin Rushforth
All, Primarily to fix https://javafx-jira.kenai.com/browse/RT-34171 we are upgrading our build environment for JavaFX 8 from gradle 1.4 to gradle 1.8. This will be done prior to next week's build for b118. I've been running gradle 1.8 for almost two weeks with no issues, and I know other

hg: openjfx/8/graphics/rt: [ECLIPSE ONLY] removing jfxrt.jar from classpath since RT-33674 is fixed

2013-11-20 Thread hang . vo
Changeset: 6296bb0dd9a9 Author:Felipe Heidrich felipe.heidr...@oracle.com Date: 2013-11-20 09:24 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/6296bb0dd9a9 [ECLIPSE ONLY] removing jfxrt.jar from classpath since RT-33674 is fixed ! .classpath

Re: HEADS-UP: switching to gradle 1.8 for next week's build

2013-11-20 Thread Kevin Rushforth
Hi Mario, We don't upgrade our build environment lightly or frequently, and this will be the last such upgrade for FX 8, since we are hitting rampdown phase 2 in less than two weeks. Ordinarily, you should expect to receive more notice for these sort of changes, and they should be done as

Re: HEADS-UP: switching to gradle 1.8 for next week's build

2013-11-20 Thread Mario Torre
Hi Kevin, Ok, so this should be the last change at least until the beginning of JFX9, that's a good news. Thanks, Mario 2013/11/20 Kevin Rushforth kevin.rushfo...@oracle.com Hi Mario, We don't upgrade our build environment lightly or frequently, and this will be the last such upgrade for

Re: HEADS-UP: switching to gradle 1.8 for next week's build

2013-11-20 Thread Kevin Rushforth
Hi Mario, I am usually reluctant to have build tools changes in an update release, too, so we will certainly take your concern very seriously. As for JavaFX 8 entering maintenance mode, we expect to do most of our work over the next few months in 8u20 (rather than 9), since we are deferring

[API review] Relevant to RT-26277. Affects Region layout. Your input is needed.

2013-11-20 Thread David Grieve
The purpose of this email is to solicit feedback on an issue related to Region layout and the use of percent values in insets. https://javafx-jira.kenai.com/browse/RT-26277 is the relevant JIRA issue. Currently, a Region's width and height depends on the width and height of its content plus

Re: HEADS-UP: switching to gradle 1.8 for next week's build

2013-11-20 Thread Scott Palmer
I guess I don't quite understand the packaging and distribution process. If the packaging and distribution runs gradlew instead of gradle, what does it matter if the project was changed to use a different version? There will effectively be no dependencies that aren't resolved by the gradlew

Re: HEADS-UP: switching to gradle 1.8 for next week's build

2013-11-20 Thread Kelemen Attila
Hi Kevin, For the reference, there are two known issues which I know of and is fixed in Gradle 1.9: - Gradle 1.8 breaks NetBeans when using the Gradle plugin. Of course, one could use Gradle 1.9 localy regardless of what you switch to. - There is a bug in versions prior 1.9 causing failure when

Review request: RT-27943: Update JavaFX DLL Files to include appropriate meta data

2013-11-20 Thread Felipe Heidrich
Hi Kevin Please review: https://javafx-jira.kenai.com/browse/RT-27943 Thanks Felipe

Re: discussion about touch events

2013-11-20 Thread Jim Graham
I'm only occasionally skimming this thread so I hope I don't disrupt discussions by throwing in a few observations now and then... On 11/20/2013 7:30 AM, Assaf Yavnai wrote: Pavel, I think that this is a very good example why touch events should be processed separately from mouse events. For

hg: openjfx/8/graphics/rt: Fix to RT-29527: MeshView textures are not repeated

2013-11-20 Thread hang . vo
Changeset: deb35a18c59d Author:Chien Yang chien.y...@oracle.com Date: 2013-11-20 16:20 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/deb35a18c59d Fix to RT-29527: MeshView textures are not repeated Reviewed-by: kcr, vadim +