-
Bug
-
Resolution: Fixed
-
P2
-
8u152
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8190425 | 8u162 | Kevin Rushforth | P2 | Closed | Fixed | b05 |
When backporting JDK-8180064 to FX 8u-dev, a closing comment for the copyright header was inadvertently omitted in cssref.html, which is part of the javadoc bundle. This causes the entire first half of that HTML page to be skipped and the remaining of the document to be badly rendered. This bug is in 8u152, and now also present in 8u161 and 8u162 EA builds.
To see the bad doc, load the following URL in your browser:
http://hg.openjdk.java.net/openjfx/8u/rt/raw-file/5067927840b3/modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html
To see the good doc, load the following URL in your browser:
http://hg.openjdk.java.net/openjfx/8u/rt/raw-file/3545959fa67f/modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html
To see the bad doc, load the following URL in your browser:
http://hg.openjdk.java.net/openjfx/8u/rt/raw-file/5067927840b3/modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html
To see the good doc, load the following URL in your browser:
http://hg.openjdk.java.net/openjfx/8u/rt/raw-file/3545959fa67f/modules/graphics/src/main/docs/javafx/scene/doc-files/cssref.html
- backported by
-
JDK-8190425 Missing content from cssref.html due to missed closing comment
- Closed
- relates to
-
JDK-8180064 Add missing copyright headers to package.html files
- Resolved