On Tue, 5 Nov 2019 11:08:27 GMT, Arun Joseph <ajos...@openjdk.org> wrote:
>> This bug still exists when the caret is placed on a text with the default >> font (""). > > Applying this patch creates a new bug: Selecting text with multiple fonts in > HTMLEditor sets the text to a single font. > > Steps to reproduce: > Run the same sample program. > Type "Hello world". > Set "Hello" to FontA and "world" to FontB > Select all (or right to left) using keyboard > > Expectation: "Hello world" is selected > Observation: "Hello world" is selected and font changed to FontA @Maxoudela are you interesting in pursuing this? ------------- PR: https://git.openjdk.java.net/jfx/pull/12