RFR: 8347305: RichTextArea Follow-up
Kevin Rushforth
kcr at openjdk.org
Fri Jan 10 16:19:40 UTC 2025
On Fri, 10 Jan 2025 15:48:43 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.
>
> 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).
It looks like you missed capturing the bug for [this comment](https://github.com/openjdk/jfx/pull/1524#discussion_r1907907103). The second example in the RTA class docs doesn't compile. It needs to be updated to reflect an earlier change in the API:
`addWithStyles` --> `addWithStyleNames`
Can you either fix it as part of this PR or file a new bug?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1671#issuecomment-2583134759
More information about the openjfx-dev
mailing list