RFR: WIP: 8230231: font-family not updated in HTMLEditor

Hadzic Samir shadzic at openjdk.java.net
Wed Feb 12 20:34:39 UTC 2020


On Wed, 12 Feb 2020 16:54:08 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> 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?

I have indeed let this bug on the side. I would like to investigate but my time is limited these days. Especially that my patch is apparently creating another issue. I will try to give it another shot in the upcoming week.
But if anyone has some ideas or is willing to carry the issue, feel free

-------------

PR: https://git.openjdk.java.net/jfx/pull/12


More information about the openjfx-dev mailing list