RFR: 8347305: RichTextArea Follow-up [v2]
Kevin Rushforth
kcr at openjdk.org
Fri Jan 10 18:05:39 UTC 2025
On Fri, 10 Jan 2025 16:24:05 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> The changes:
>>
>> - minor fixes in the behavior document (DELETE_WORD_PREVIOUS)
>> - Default width of RTA is less than half the size of TextArea (176 vs 478 on my Windows 11 system). Earlier the height was also too small, but you already fixed that.
>> - `addWithStyles` --> `addWithStyleNames`
>>
>> The following is not an issue (works as designed):
>> - When running the demos, the current line highlight overlaps and obscures focus outline on right side (verified on Windows and Linux).
>
> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>
> with style names
LGTM
-------------
Marked as reviewed by kcr (Lead).
PR Review: https://git.openjdk.org/jfx/pull/1671#pullrequestreview-2543127222
More information about the openjfx-dev
mailing list