-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
8
Looking at Lombard javadoc e.g. at http://jfx.us.oracle.com/hudson/view/8.0/job/8.0-graphics-scrum/label=linux-amd64-30/lastSuccessfulBuild/artifact/artifacts/sdk/docs/api/index.html -- the entry for WebView misses several properties and methods such as zoomProperty(), setZoom(), and fontSmoothingTypeProperty().
This likely happens because, in the list of source directories for javadoc, "javafx-ios-webnode" appears before "javafx-ui-webnode", so WebView.java is taken from wrong directory. javafx-ios-webnode should probably be excluded from "javafx-src-dirs" in rt-closed/build-javadoc.xml .
This likely happens because, in the list of source directories for javadoc, "javafx-ios-webnode" appears before "javafx-ui-webnode", so WebView.java is taken from wrong directory. javafx-ios-webnode should probably be excluded from "javafx-src-dirs" in rt-closed/build-javadoc.xml .