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

2024-02-11 Thread Ambarish Rapte
On Wed, 7 Feb 2024 21:41:10 GMT, Andy Goryachev 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. > > Andy

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

2024-02-08 Thread Karthik P K
On Wed, 7 Feb 2024 21:41:10 GMT, Andy Goryachev 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. > > Andy

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

2024-02-08 Thread Andy Goryachev
On Thu, 8 Feb 2024 10:16:51 GMT, Karthik P K 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

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

2024-02-08 Thread Karthik P K
On Wed, 7 Feb 2024 21:41:10 GMT, Andy Goryachev 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. > > Andy

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

2024-02-07 Thread Andy Goryachev
> 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. Andy Goryachev has updated the pull request incrementally with one