Am Montag, den 12.04.2021, 10:55 +0100 schrieb Neil C Smith: > On Sun, 11 Apr 2021 at 20:08, Matthias Bläsing > <mblaes...@doppel-helix.eu> wrote: > > yes, if an update of FX can't be done in time, we need to revert to the > > 13 libraries. If a new build of 17 becomes available until release and > > is still compatible with JDK 11, then I'll prepare an update to that. > > I'm curious if we'd want to link in a pre-release of FX in a release > build of NetBeans? Reverting sounds perhaps safer at this point? > Still, as long as we're sure it won't be a cause of release delays, > I'll leave that decision to people who want and/or need it to be > there!
13 has a crasher bug, that can be trivially triggered. I try since at least 3 release cycles to do a plugin that renders BPMN and it always fails on a crasher in JavaFX. Try to load this HTML in JavaFX 13: "<html><body><img src=\"data:image/gif;base64,R0lGODdhEAAQAMwAAPj7+FmhUYjNfGuxYYDJdYTIean OpT+DOTuANXi/bGOrWj6CONzv2sPjv2CmV1unU4zPgISg6DJnJ3ImTh8Mtbs00aNP1CZSGy 0YqLEn47RgXW8amasW7XWsmmvX2iuXiwAAAAAEAAQAAAFVyAgjmRpnihqGCkpDQPbGkNUOF k6DZqgHCNGg2T4QAQBoIiRSAwBE4VA4FACKgkB5NGReASFZEmxsQ0whPDi9BiACYQAInXhw OUtgCUQoORFCGt/g4QAIQA7\"/></body></html>"; And you will see an instant crash. While using data URIs like this is not that common, it is quite common to include graphics into CSS like this. FX feels like a rolling release anyway, so yes, I'm willing to bump. (If I find enough time, I'll see if I can compile a patched 16 version, but JavaFX is massive, so it might not work). Greetings Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists