Re: RFR: 8230809: HTMLEditor formatting lost when selecting all (CTRL-A)

2020-04-07 Thread Kevin Rushforth
On Wed, 1 Apr 2020 10:49:22 GMT, Ajit Ghaisas 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 miss

Re: RFR: 8230809: HTMLEditor formatting lost when selecting all (CTRL-A)

2020-04-07 Thread Arun Joseph
On Wed, 1 Apr 2020 10:49:22 GMT, Ajit Ghaisas 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 miss

Re: RFR: 8230809: HTMLEditor formatting lost when selecting all (CTRL-A)

2020-04-06 Thread Kevin Rushforth
On Wed, 1 Apr 2020 10:49:22 GMT, Ajit Ghaisas 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 miss

RFR: 8230809: HTMLEditor formatting lost when selecting all (CTRL-A)

2020-04-01 Thread Ajit Ghaisas
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 keyboa