On Mon, 12 Feb 2024 10:18:14 GMT, Prasanta Sadhukhan
wrote:
>> Existing regression test is failing because textfield height is not as per
>> test's expectation..Seems like the indic character being tried to render is
>> not being loaded (probably because of missing glyphs) leading to 0
>> pre
On Tue, 23 Jan 2024 09:34:54 GMT, Abhishek Kumar wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Check with FOnt.canDisplay
>
> test/jdk/javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java line 71:
>
On Fri, 26 Jan 2024 23:08:25 GMT, Phil Race wrote:
>> test/jdk/javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java line 58:
>>
>>> 56:
>>> 57: textField1 = new JTextField("\u2588");
>>> 58: textField2 = new JTextField("\u2588");
>>
>> You do not need to t
> Existing regression test is failing because textfield height is not as per
> test's expectation..Seems like the indic character being tried to render is
> not being loaded (probably because of missing glyphs) leading to 0
> preferredSpan from
> [BoxView](https://github.com/openjdk/jdk/blame/5