Re: ComboBox keypress discrepancy

2020-03-24 Thread Abhinay Agarwal
penjfx-dev@openjdk.java.net Subject: Re: ComboBox keypress discrepancy Hi Dirk, Exactly. The TAB key press event not firing at all seems fishy. -- Abhinay From: Dirk Lemmermann Sent: Friday, March 6, 2020 2:55 PM To: Abhinay Agarwal Cc: openjfx-dev@openjd

Re: ComboBox keypress discrepancy

2020-03-08 Thread Abhinay Agarwal
Hi Dirk, Exactly. The TAB key press event not firing at all seems fishy. -- Abhinay From: Dirk Lemmermann Sent: Friday, March 6, 2020 2:55 PM To: Abhinay Agarwal Cc: openjfx-dev@openjdk.java.net Subject: Re: ComboBox keypress discrepancy Regarding expected

Re: ComboBox keypress discrepancy

2020-03-06 Thread Dirk Lemmermann
o know what is the expected > behaviour in this case: should TAB key press trigger when the popupwindow is > showing? > > -- Abhinay > From: Dirk Lemmermann > Sent: Thursday, March 5, 2020 6:39 PM > To: Abhinay Agarwal > Cc: openjfx-dev@openjdk.java.net > Subject: Re

Re: ComboBox keypress discrepancy

2020-03-05 Thread Abhinay Agarwal
: Dirk Lemmermann Sent: Thursday, March 5, 2020 6:39 PM To: Abhinay Agarwal Cc: openjfx-dev@openjdk.java.net Subject: Re: ComboBox keypress discrepancy So what info do you need? What test do you want us to run? I ran it on MacOS X with Java 14ea and I DO NOT see the „TAB“ output. Dirk Am

Re: ComboBox keypress discrepancy

2020-03-05 Thread Dirk Lemmermann
So what info do you need? What test do you want us to run? I ran it on MacOS X with Java 14ea and I DO NOT see the „TAB“ output. Dirk > Am 05.03.2020 um 11:43 schrieb Abhinay Agarwal : > > import javafx.application.Application; > import javafx.scene.Scene; > import javafx.scene.control.ComboBox

ComboBox keypress discrepancy

2020-03-05 Thread Abhinay Agarwal
Hi, We have come across a behavioural change in ComboBox b/w JavaFX 8 and 9+. We are not sure if its a regression or a bug fix which is causing it. Therefore, I am reaching out to the community for insight. If you run the following example, open the popup window in ComboBox and press TAB: JavaFX