-
Bug
-
Resolution: Fixed
-
P2
-
None
-
b156
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174513 | 10 | Bhavesh Patel | P2 | Resolved | Fixed | b01 |
There are some issues generating JavaFX docs.
The Property Summary has visual issues and JavaScript issues.
The summary table should probably not have "method" tabs, it should probably have a single "Properties" tab, by analogy with "Fields".
The method tabs in a Properties Summary table cause excess JavaScript to be generated which messes with the method tabs in a Method Summary table. (Clicking the method tabs causes visual changes in the Properties Summary table.) See attachment for example of excess JavaScript.
The Field Summary table looks wrong in this file:
http://download.java.net/java/jdk9/jfxdocs/javafx/scene/Parent.html The background of the Field Summary header is white, not off-white. Looking at the Structure in the Firefox Toolbar, I wonder if the structure of these nodes and of the CSS is correct. See attachment.
Also in the second screenshot, notice the excess whitespace above the table tabs for the Property Summary Table.
Also in the second screenshot, notice the different text alignment for the description in the Property Summary Table.
The Property Summary has visual issues and JavaScript issues.
The summary table should probably not have "method" tabs, it should probably have a single "Properties" tab, by analogy with "Fields".
The method tabs in a Properties Summary table cause excess JavaScript to be generated which messes with the method tabs in a Method Summary table. (Clicking the method tabs causes visual changes in the Properties Summary table.) See attachment for example of excess JavaScript.
The Field Summary table looks wrong in this file:
http://download.java.net/java/jdk9/jfxdocs/javafx/scene/Parent.html The background of the Field Summary header is white, not off-white. Looking at the Structure in the Firefox Toolbar, I wonder if the structure of these nodes and of the CSS is correct. See attachment.
Also in the second screenshot, notice the excess whitespace above the table tabs for the Property Summary Table.
Also in the second screenshot, notice the different text alignment for the description in the Property Summary Table.
- backported by
-
JDK-8174513 problem generating JavaFX docs
-
- Resolved
-
- relates to
-
JDK-8173736 JavaFX docs generated by the javadoc tool have some CSS issues
-
- Closed
-