RFR: 8240218: IOS Webkit implementation broken

Kevin Rushforth kcr at openjdk.java.net
Fri Feb 28 13:56:20 UTC 2020


On Fri, 28 Feb 2020 11:58:22 GMT, Johan Vos <jvos at openjdk.org> wrote:

> Make modifications to javafx.web files for iOS, so that it can compile again.
> 
> Fix for JDK-8240218

The HTMLEditorSkin class needs to move to match the package declaration. The rest looks fine.

modules/javafx.web/src/ios/java/com/sun/javafx/scene/web/skin/HTMLEditorSkin.java line 26:

> 25: 
> 26: package javafx.scene.web;
> 27: 

The package and the file location no longer match. I think the file needs to move to `modules/javafx.web/src/ios/java/javafx/scene/web/skin/HTMLEditorSkin.java `.

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



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


More information about the openjfx-dev mailing list