Mouse events blocked during DnD inside JFXPanel - bug or limitation?

2016-05-27 Thread Fisher, Robert
Hi all, When inside a JFXPanel, after DnD has been started on a node and content put the dragboard, mouse-exited events for the node do not fire until the drag gesture is over. Is this a known bug, new bug, or a limitation of using Swing + FX together? Check out the test program below. Any inp

RE: Mouse events blocked during DnD inside JFXPanel - bug or limitation?

2016-05-27 Thread Fisher, Robert
Sorry I forgot to add - I'm using 1.8.0_66 on Windows 7. Cheers, Rob -Original Message- From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Fisher, Robert Sent: Freitag, 27. Mai 2016 10:07 To: openjfx-dev@openjdk.java.net Subject: Mouse events blocked during DnD

Re: [9] review request: 8131888: Deliver javafx.swt as a modular jar in JDK 9

2016-05-27 Thread Tom Schindl
Do you have an example how to construct such a Layer? Tom Von meinem iPhone gesendet > Am 26.05.2016 um 17:47 schrieb Mandy Chung : > > >> On May 26, 2016, at 8:38 AM, Kevin Rushforth >> wrote: >> >> Yes, I've tested it in both modes (with a simple HelloFXCanvas program) -- >> as an automa

[webkit] [9] Review request for 8157509: UserDataDirectoryTest fails on Windows platforms with updated WebKit

2016-05-27 Thread Arunprasad Rajkumar
Hello Kevin, Guru, Murali, Please review the fix for UserDataDirectoryTest failure. JIRA: https://bugs.openjdk.java.net/browse/JDK-8157509 Webrev: http://cr.openjdk.java.net/~arajkumar/8157509/webrev.00 Issue: New WebKit takes around 5 mins to close the sqlite-db file associated with localSto

Re: HEADS-UP: plan to integrate a newer WebKit into 9-dev next week.

2016-05-27 Thread Felix Bembrick
Any comments on this? Isn't it time to move to Blink? > On 13 May 2016, at 04:32, Felix Bembrick wrote: > > Thanks Kevin. > > I was more curious as to why WebGL support hasn't been there since day 1, > given that WebKit itself supports it. > > Felix > >> On 13 May 2016, at 01:52, Kevin Rushf

Re: [9] review request: 8131888: Deliver javafx.swt as a modular jar in JDK 9

2016-05-27 Thread Alan Bateman
On 26/05/2016 16:38, Kevin Rushforth wrote: Yes, I've tested it in both modes (with a simple HelloFXCanvas program) -- as an automatic jar file and as just an ordinary jar on the classpath. Just curious, if there are qualified exports to javafx.swt then how it does when on the class path? -

Re: [9] review request: 8131888: Deliver javafx.swt as a modular jar in JDK 9

2016-05-27 Thread Kevin Rushforth
Alan Bateman wrote: On 26/05/2016 16:38, Kevin Rushforth wrote: Yes, I've tested it in both modes (with a simple HelloFXCanvas program) -- as an automatic jar file and as just an ordinary jar on the classpath. Just curious, if there are qualified exports to javafx.swt then how it does when o

Re: HEADS-UP: plan to integrate a newer WebKit into 9-dev next week.

2016-05-27 Thread Kevin Rushforth
No, I don't have anything further to add about WebGL, if that's what you are asking. As for moving to Blink, that would be a very large effort. We do not currently plan to do this for JDK 10, but could reevaluate it in the future if something changes. -- Kevin Felix Bembrick wrote: Any co

Re: HEADS-UP: plan to integrate a newer WebKit into 9-dev next week.

2016-05-27 Thread Konstantin Pasko
Hi Kevin, sorry for the offtopic, but as you just mentioned JDK 10, could you please tell us what is planned for that release? Something from the high level? New/missing features, controls, huge bugfixes? Googling "javafx road map" or "javafx jdk10" gives no results and looking through https://bug

Re: [9] review request: 8131888: Deliver javafx.swt as a modular jar in JDK 9

2016-05-27 Thread Alan Bateman
On 27/05/2016 13:47, Kevin Rushforth wrote: The qualified exports are done using reflection to the calling module that contains the javafx.embed.swt.FXCanvas class, irrespective of the name of the module (so it works even when the javafx.embed.swt package is in the unnamed module). I plan t

Re: [9] review request: 8131888: Deliver javafx.swt as a modular jar in JDK 9

2016-05-27 Thread Kevin Rushforth
Thanks for confirming. So it sounds like we have a workable plan. -- Kevin Alan Bateman wrote: On 27/05/2016 13:47, Kevin Rushforth wrote: The qualified exports are done using reflection to the calling module that contains the javafx.embed.swt.FXCanvas class, irrespective of the name of

Re: HEADS-UP: plan to integrate a newer WebKit into 9-dev next week.

2016-05-27 Thread Felix Bembrick
Can you at least let me know why the JavaFX usage of WebKit does *not* support WebGL when native WebKit itself always has? Is there some technical or architectural barrier? > On 27 May 2016, at 22:51, Kevin Rushforth wrote: > > No, I don't have anything further to add about WebGL, if that's w

JavaFX with Eclipse and JDK9

2016-05-27 Thread Dr. Michael Paus
I recently tried to get a JavaFX application running with the latest EA build of JDK9 from within Eclipse but I failed. Can anybody on this list tell me what I have to do to get that working? I have the latest milestone release of Eclipse Neon installed together with the latest JDK9 and I have a

Re: HEADS-UP: plan to integrate a newer WebKit into 9-dev next week.

2016-05-27 Thread Kevin Rushforth
As I mentioned before, it is a non-trivial amount of work to integrate it into FX. We don't use the WebKit native renderer, rather the WebKit renderer is implemented by calling into Prism. Further, we use DirectX on Windows, which adds an additional complication (yes I know that WebGL has a sol

Re: JavaFX with Eclipse and JDK9

2016-05-27 Thread Kevin Rushforth
Where did you download it from? What build is it (i.e., what is the output of "java -version")? Can you run "java -listmods" and see whether the javafx.* modules are there? -- Kevin Dr. Michael Paus wrote: I recently tried to get a JavaFX application running with the latest EA build of JDK9

Open test development: JDK-8139764

2016-05-27 Thread Andrey Rusakov
Please look at my new test for regression JDK-8139764 http://cr.openjdk.java.net/~arusakov/8139764/webrev.00/

Re: HEADS-UP: plan to integrate a newer WebKit into 9-dev next week.

2016-05-27 Thread Kevin Rushforth
We're too focused on JDK 9 to think about JDK 10 yet. After we stabilize JDK 9 we'll start planning. At that time we will solicit feedback from the openjfx-dev community to help prioritize. -- Kevin Konstantin Pasko wrote: Hi Kevin, sorry for the offtopic, but as you just mentioned JDK 10,

Re: [9] review request: 8131888: Deliver javafx.swt as a modular jar in JDK 9

2016-05-27 Thread Mandy Chung
> On May 27, 2016, at 1:30 AM, Tom Schindl wrote: > > Do you have an example how to construct such a Layer? // path is the path to javafx-swt.jar ModuleFinder finder = ModuleFinder.of(path); Configuration cf = Layer.boot() .configuration() .resolveRequires(finder, ModuleFinder.of(), Se

In(Sanity) Testing Mondays

2016-05-27 Thread Vadim Pakhnushev
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PST until 1pm PST. Happy testing! Thanks, Vadim

Re: In(Sanity) Testing Mondays

2016-05-27 Thread Kevin Rushforth
Please note that Monday is a US holiday, so the testing will be a bit lighter than usual. As I won't be around to send the "unlock" message, consider it unlocked at 1pm Pacific on Monday. Thanks. -- Kevin Vadim Pakhnushev wrote: Reminder, Monday is our weekly sanity testing. You can find y

Re: [9] Review request for 8157600: Failed to launch hello.HelloSanity due to libglass.so: undefined symbol

2016-05-27 Thread Jim Graham
A new webrev is available now that hopes to make sure the new functions have C-style external dependency names regardless of how gio.h is included: http://cr.openjdk.java.net/~flar/JDK-8157600/webrev.01/ ...jim On 5/26/16 5:43 PM, Jim Graham wrote: bug: https://bugs.op