On Mon, 6 Jan 2020 17:44:39 GMT, Phil Race <p...@openjdk.org> wrote: >> This was just added as a convenience, so it isn't critical functionality. >> >> Having said that, while we could just drop the subclasses now, it would >> cause a perceived regression in behavior for users running on macOS 10.14 >> Mojave. So my preference would be to not remove the subclass at this time, >> but to just not use them when running on 10.15 or later. > > Well then you'll just have to come back to it. If its not critical I'd remove > it now so that FX 15 (or is this for 14 ?) behaves consistently
This is targeted for JavaFX 14, which is another reason to go with a more targeted (safer) fix, since we are almost at RDP1. For JavaFX 15 it does seem best to just remove the functionality entirely. ------------- PR: https://git.openjdk.java.net/jfx/pull/70