RFR: 8280020: Underline and line-through not straight in WebView [v3]

Kevin Rushforth kcr at openjdk.java.net
Thu Mar 3 01:21:13 UTC 2022


On Mon, 21 Feb 2022 02:41:13 GMT, Jay Bhaskar <duke at openjdk.java.net> wrote:

>> tests/system/src/test/java/test/javafx/scene/web/StraightLineTest.java line 75:
>> 
>>> 73:             this.primaryStage = primaryStage;
>>> 74:             this.primaryStage.setWidth(80);
>>> 75:             this.primaryStage.setHeight(60);
>> 
>> Minor: Since you set the size of the Scene later on, you don't need to set it here.
>
> This would be remain same , i would not set size later

It looks like you lost the earlier changes we had discussed. You should not set the size here (and certainly not to this small of a value).

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

PR: https://git.openjdk.java.net/jfx/pull/731


More information about the openjfx-dev mailing list