Earlier quoted context omitted.
> It renders FX using Canvas or GL So the text selection is done by javafx too? But the comment above implied that the text selection was done by the browser
There's no text selection when you run FX code. See the demos section.
Java in the Browser
111–113 of 113 posts
Re: Java in the Browser
#112Earlier quoted context omitted.
There's no text selection when you run FX code. See the demos section.
https://www.jfx-central.com/ is listed as a demo and it has text selection
Re: Java in the Browser
#113Earlier quoted context omitted.
No. It renders FX using Canvas or GL. Not the DOM. This seems to have lots of problems related to size, accessibility, etc. The implementation is pretty impressive. It's not as slow as some other previous attempts. It's "only" 1mb for a hello world 3+ for anything "decent". Both of these numbers are good for Java FX but they come with a lot of caveats. E.g. accessibility seems to be broken. Performance is lagging and…
> It renders FX using Canvas or GL So the text selection is done by javafx too? But the comment above implied that the text selection was done by the browser