RFR: 8307117: TextArea: wrapText property ignored when changing font [v3]

Andy Goryachev angorya at openjdk.org
Thu Feb 8 16:14:04 UTC 2024


On Thu, 8 Feb 2024 10:16:51 GMT, Karthik P K <kpk at openjdk.org> wrote:

> the position of text in the TextArea shifts.

yes, that's [JDK-8314683](https://bugs.openjdk.org/browse/JDK-8314683)
the padding size is expressed in ems which is incorrect - it should be fixed like everywhere else.

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

PR Comment: https://git.openjdk.org/jfx/pull/1217#issuecomment-1934457788


More information about the openjfx-dev mailing list