Discussion on adding a new gtk glass backend

2020-04-04 Thread Thiago Milczarek Sayao
Summary --- * Simplify and update the Gtk glass backend, making Linux a first-class OpenJFX platform. PR: https://github.com/openjdk/jfx/pull/77 Goals - * Make Linux a first-class OpenJFX platform (see Motivation); * Simplify the code and reduce it's size; * Update to gtk3 (it was

Re: [Rev 44] RFR: 8236651: Simplify and update glass gtk backend

2020-04-04 Thread Thiago Milczarek Sayao
> ### Summary > * Simplify and update the Gtk glass backend, making Linux a first-class > OpenJFX platform. > > ### Goals > * Make Linux a first-class OpenJFX platform (see Motivation); > * Simplify the code and reduce it's size; > * Update to gtk3 (it was originally a port from gtk2); > *

Re: A WIP for JDK-8238080 for review/discussion (Re: "Internal review ID 9063426: "FXMLLoader: if script engines implement javax.script.Compilabel compile scripts"

2020-04-04 Thread Rony G. Flatscher
Hi Kevin, On 03.04.2020 01:21, Kevin Rushforth wrote: > I see that you updated the PR and sent it for review. > > Before we formally review it in the PR, let's finish the discussion as to > whether this is a useful > feature, and if so, what form this feature should take. > > From my point of

Re: Seeking help with latest master ...

2020-04-04 Thread Rony G. Flatscher
On 04.04.2020 03:25, Eric Bresie wrote: > Are you behind a proxy? I had problems with another application which > required registering certificates and related credentials keys to be added > for java. No, no proxy server (my setup has direct access). ---rony > On April 2, 2020 at 2:20:44 PM

Re: Seeking help with latest master ...

2020-04-04 Thread Rony G. Flatscher
On 02.04.2020 21:20, Johan Vos wrote: > I have no scientific evidence for this, but I remember issues related to SSL > with some JDK's as > well, which may or may not be related to the cacerts file that is bundled. When hitting this problem the JDK was the same that has worked flawlessly with

Re: Where to discuss options/scope of an issue (and its pull request)?

2020-04-04 Thread Kevin Rushforth
In general a discussion like this can happen in the pull request as part of the review. All PR comments are forwarded to the mailing list anyway. -- Kevin On 4/4/2020 3:21 AM, Jeanette Winzenburg wrote: as an example take f.i. https://bugs.openjdk.java.net/browse/JDK-8129123 (and its pull

Where to discuss options/scope of an issue (and its pull request)?

2020-04-04 Thread Jeanette Winzenburg
as an example take f.i. https://bugs.openjdk.java.net/browse/JDK-8129123 (and its pull request https://github.com/openjdk/jfx/pull/136 with a good starter to a solution) has open questions - for me, at least :) Places to discuss: the pull request? the mailing list? the issue? Where

Re: RFR: 8129123: ComboBox popup list view does not scrollTo when ComboBox value/selection is set

2020-04-04 Thread Craig Cavanaugh
My use case which is driving the fix for this bug is user expectation in an open source application (https://github.com/ccavanaugh/jgnash). When a user makes an edit to an existing transaction, the expectation is the prior selected ComboBox value is visible when the list is displayed, otherwise

Re: [Rev 01] RFR: 8129123: ComboBox popup list view does not scrollTo when ComboBox value/selection is set

2020-04-04 Thread Craig Cavanaugh
> This pull request fixes JDK-8129123. This bug also effects Windows and Linux > platforms. > Also, I believe JDK-8196037 is a duplicate of this issue. > > I've tested this against OpenJDK 11.0.6 on Ubuntu 18.04, Arch Linux and > Windows 10. > > Thanks! Craig Cavanaugh has updated the pull