On Mon, 27 Jan 2025 22:10:18 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> Fixes minor issues uncovered while writing API tests #1677: > > - StyledTextModel::clamp L559 is incorrect at the end of paragraph > - CodeArea.getText() adds extra newline at the end > > This change should be back-ported to jfx24. This pull request has now been integrated. Changeset: 2b5b1132 Author: Andy Goryachev <ango...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/2b5b11320087de9b7bb6f330236a5c15eb4cabea Stats: 220 lines in 7 files changed: 156 ins; 51 del; 13 mod 8348736: RichTextArea clamp and getText Reviewed-by: kcr, arapte ------------- PR: https://git.openjdk.org/jfx/pull/1684