Re: RFR: JDK-8302355: Public API for Toolkit.canStartNestedEventLoop()

2023-02-13 Thread Kevin Rushforth
On Mon, 13 Feb 2023 19:31:56 GMT, Marius Hanl wrote: > This PR adds the last missing method for dealing with nested event loops. > As also written in the ticket, there is currently no (public) way to find out > whether it is safe to start an event loop now or not. > Classes like `Dialog` check v

RFR: JDK-8302355: Public API for Toolkit.canStartNestedEventLoop()

2023-02-13 Thread Marius Hanl
This PR adds the last missing method for dealing with nested event loops. As also written in the ticket, there is currently no (public) way to find out whether it is safe to start an event loop now or not. Classes like `Dialog` check via `Toolkit.getToolkit().canStartNestedEventLoop()` (sun api),

Re: RFR: JDK-8223373: Remove IntelliJ IDEA specific files from the source code repository

2023-02-13 Thread Marius Hanl
On Mon, 23 Jan 2023 23:55:51 GMT, Thiago Milczarek Sayao wrote: > This PR does: > > - Remove specific Idea files and let it be imported from gradle; > - Adds checkstyle (to use with checkstyle plugin - it will let you know style > mistakes); > - Configures auto-format to sun style (with the ch

Re: WebKit Crashes JVM when removing nodes from DOM on wrong thread.

2023-02-13 Thread Scott Palmer
Created JDK-8302336 On Mon, Feb 13, 2023 at 8:42 AM Kevin Rushforth wrote: > Yes, please file a bug. An intermittent exception would be one thing, > but it shouldn't actually crash when doing that. > > -- Kevin > > > On 2/12/2023 3:49 PM, Scott Palme

Re: Alt key sticks even after app loses focus (JDK-8090647)

2023-02-13 Thread Pedro Duque Vieira
I'll try to convince them to allocate time to test this, otherwise I'll try to see if I can test it in my free spare time. Thanks, On Sun, Feb 12, 2023 at 10:28 PM John Hendrikx wrote: > Well, it is not a permanent solution, just a way to test to see if it > actually solves your problem. > > --

Re: WebKit Crashes JVM when removing nodes from DOM on wrong thread.

2023-02-13 Thread Kevin Rushforth
Yes, please file a bug. An intermittent exception would be one thing, but it shouldn't actually crash when doing that. -- Kevin On 2/12/2023 3:49 PM, Scott Palmer wrote: I'm seeing a hard crash in native code that brings down the JVM when I accidentally called removeChild on an element from a