RFR: 8307117: TextArea: wrapText property ignored when changing font

Ambarish Rapte arapte at openjdk.org
Wed Feb 7 09:15:58 UTC 2024


On Mon, 21 Aug 2023 21:44:12 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> Requesting content layout when font changes.
> 
> This change makes the visual impact of [JDK-8314683](https://bugs.openjdk.org/browse/JDK-8314683) more visible, so perhaps both bugs should be fixed at the same time.

modules/javafx.controls/src/main/java/javafx/scene/control/skin/TextAreaSkin.java line 2:

> 1: /*
> 2:  * Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved.

minor: year should be 2024.
We update copyright years in bulk before releases/new year, so in general one can avoid changing copyright year along with fix.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1217#discussion_r1481144684


More information about the openjfx-dev mailing list