RFR: 8371183: RichTextModel: ContentChange.isEdit incorrect undoing style modification [v2]

Andy Goryachev angorya at openjdk.org
Mon Nov 10 19:49:21 UTC 2025


On Mon, 10 Nov 2025 19:09:32 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   bad merge
>
> modules/jfx.incubator.richtext/src/main/java/jfx/incubator/scene/control/richtext/RichTextArea.java line 1105:
> 
>> 1103:      * <p>
>> 1104:      * This convenience method is equivalent to calling
>> 1105:      * {@code appendText(text, StyleAttributeMap.EMPTY, true);}
> 
> There is no such method, so this should be reverted. I don't see why this bug fix would even need a change to the public API docs.

good catch!  result of a bad merge.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1961#discussion_r2511759663


More information about the openjfx-dev mailing list