RFR: WIP: 8230231: font-family not updated in HTMLEditor
Kevin Rushforth
kcr at openjdk.java.net
Wed Feb 12 16:56:32 UTC 2020
On Tue, 5 Nov 2019 11:08:27 GMT, Arun Joseph <ajoseph at 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
More information about the openjfx-dev
mailing list