nlisker
nlisker
> FocusTraversal accepts null nodes, making the code more resilient In what way is it more resilient? `traverse` does nothing if the node is `null`, which means that passing `null`...
Utility classes (static methods) decouple the behavior from the data and operate via side-effects. `Node` already defines `focusedProperty` (and `protected setFocused`), which means it has taken responsibility for focus management....
Noting that this proposed change supersedes the previous changes that were done for for https://bugs.openjdk.org/browse/JDK-8226911. The proposed behavioral change makes sense.
Adding some more examples. Vivaldi browser actually allows you to switch between two modes:  which can be switched with  to  So in the first mode, the menu...
I tried on Eclipse 4.33 and 4.32 with TextMate 0.13 to open the huge file with both the generic editor and the default editor and didn't see a freeze.
> I created a new environment from scratch with the latest of everything and follow these steps. I tried it and didn't see a freeze, even recorded evidence :) ...
There was a discussion on this on the mailing list: https://mail.openjdk.org/pipermail/openjfx-dev/2023-November/043731.html.
> > There was a discussion on this on the mailing list: https://mail.openjdk.org/pipermail/openjfx-dev/2023-November/043731.html. > > Thanks. Is there a way to answer to it, even if I don't have the...