Re: Most JavaFX apps unusable on Windows 10 (combo boxes bug)

2015-09-15 Thread Kevin Rushforth
We will take a look at this right away. If it's as serious as you say then this is a P1 issue. -- Kevin Chris Nahr wrote: Yes, I can confirm this bug is present when running on a Dell XPS 15 which does have both a touchscreen and an integrated Intel GPU for desktop display (HD 4600). The

Re: Most JavaFX apps unusable on Windows 10 (combo boxes bug)

2015-09-15 Thread Guillaume Anctil
Thanks for looking into this. Although, I don't believe Intel graphics card have anything to do with this bug, unlike the reports on Stack Overflow. I tested with both AMD and Nvidia cards, and the only factor seemed to be if my touchscreen was plugged in or not on my desktop computer. Cheers

Re: Most JavaFX apps unusable on Windows 10 (combo boxes bug)

2015-09-15 Thread Chris Nahr
Thanks, I very much appreciate it! > On 15 Sep 2015, at 18:53, Kevin Rushforth wrote: > > We will take a look at this right away. If it's as serious as you say then > this is a P1 issue. > > -- Kevin > > > Chris Nahr wrote: >> Yes, I can confirm this bug is

Re: Most JavaFX apps unusable on Windows 10 (combo boxes bug)

2015-09-15 Thread Guillaume Anctil
Hi, this workaround works fine for my use cases where accessibility is not an issue. I added it to all shortcuts / batch files and all combo boxes work fine. I tested with and without the requestFocus workaround for the mouse and it does not interfere. Thank you for the quick find! It is still

Re: Most JavaFX apps unusable on Windows 10 (combo boxes bug)

2015-09-15 Thread Kevin Rushforth
Thanks for confirming it. Another workaround for those who need accessibility is to turn Windows Narrator on before clicking on any combobox. That also seems to avoid the bug. I put both workarounds in the bug report. -- Kevin Guillaume Anctil wrote: Hi, this workaround works fine for my

Re: Most JavaFX apps unusable on Windows 10 (combo boxes bug)

2015-09-14 Thread Chris Nahr
Yes, I can confirm this bug is present when running on a Dell XPS 15 which does have both a touchscreen and an integrated Intel GPU for desktop display (HD 4600). The application hangs even though I'm using a mouse and not the touchscreen to click on the combo box. That's a catastrophic bug