Re: [9,8u] review request: 8132897: ComboBox hangs on Windows 10 when clicked while not in focus

2015-09-17 Thread Kevin Rushforth
Thanks for catching the copyright date. http://cr.openjdk.java.net/~kcr/8132897/webrev.01/ If OK with the patch now, please give approval in JIRA. -- Kevin Pete Brunet wrote: Patch looks good - but the copyright year needs updating. On 9/17/15 3:36 PM, Kevin Rushforth wrote: Chien and P

Re: [9, 8u] review request: 8132897: ComboBox hangs on Windows 10 when clicked while not in focus

2015-09-17 Thread Pete Brunet
Patch looks good - but the copyright year needs updating. On 9/17/15 3:36 PM, Kevin Rushforth wrote: > Chien and Pete, > > Please review: > > https://bugs.openjdk.java.net/browse/JDK-8132897 > http://cr.openjdk.java.net/~kcr/8132897/webrev.00/ > > Details are in the bug report. > > Thanks. > > --

[9,8u] review request: 8132897: ComboBox hangs on Windows 10 when clicked while not in focus

2015-09-17 Thread Kevin Rushforth
Chien and Pete, Please review: https://bugs.openjdk.java.net/browse/JDK-8132897 http://cr.openjdk.java.net/~kcr/8132897/webrev.00/ Details are in the bug report. Thanks. -- Kevin

Re: Windows 8 Store / Windows 10 Store

2015-09-17 Thread Danno Ferrin
To publish the app itself, no, not right now. The core issue is that the Java Runtime is not a WinRT/Win10 app but is still a win32 app, and they don’t publish those in their store. Since that is not my area of expertise, I don’t know about plans relating to WinRT/Win10 APIs. The core OpenJDK

CFBundleidentifier Collision on ITunes connect upload

2015-09-17 Thread Scott Selvia
I’m trying to submit a JavaFX app to the mac app store and I’m getting the following error: CFBundleidentifier value 'com.oracle.java.8u60.jdk’ The problem is with the Info.plist embedded within the jre that is injected to my app bundle folder. How can I resolve this issue, so I can continu

Is the TSC2007 (i2c) touchscreen supported by JavaFX?

2015-09-17 Thread Daniel.
Hi all, We're planing to use an TSC2007 (i2c) touchsreen on our product which runs JavaFX. I want to know if is supported. Cheers, - dhs -- *"Do or do not. There is no try"* *Yoda Master*

for review: controls tests rework

2015-09-17 Thread David Hill
Kevin, Jonathan, Refactor Javafx controls module tests for clear separation of tests JBS: https://bugs.openjdk.java.net/browse/JDK-8134764 Webrev: http://cr.openjdk.java.net/~ddhill/8134764 This the the controls refactor that goes with the base a

Review request for JDK-8090035 : JavaFX browser can get stuck in an infinite loop when calling path.getTotalLength()

2015-09-17 Thread Guru Hb
Dear Vadim / Kevin, Please review the fix merged from Chromium webkit to our(JFXwebkit) branch which address the defect logged for JDK-8090035. Tested on Linux(32 and 64 bit) with a test application (attached in JIRA) Origin of the fix taken from https://code.google.com/p/chromium

Windows 8 Store / Windows 10 Store

2015-09-17 Thread Däbritz , Martin
Hey, I want to know if there is a way to publish an application on Windows 8 / 10 Store, which is written with JavaFX? Kind regards, Martin Siegfried Däbritz