RFR: 8230809: HTMLEditor formatting lost when selecting all (CTRL-A)
Arun Joseph
ajoseph at openjdk.java.net
Tue Apr 7 14:15:26 UTC 2020
On Wed, 1 Apr 2020 10:49:22 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:
> Bug : https://bugs.openjdk.java.net/browse/JDK-8230809
>
> Root Cause :
> Turned out to be a simpler issue than thought.
> Atomicity check was missed while updating toolbar state (which in turn updates styles).
>
> Fix :
> Added the missed atomicity check at two places that handle text selection using keyboard keys.
>
> Testing :
> Added two system test cases. They fail without this fix and pass with it.
Marked as reviewed by ajoseph (Author).
-------------
PR: https://git.openjdk.java.net/jfx/pull/155
More information about the openjfx-dev
mailing list