-
Bug
-
Resolution: Fixed
-
P3
-
8u60, 9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8146648 | 8u92 | Murali Billa | P3 | Closed | Fixed |
Issue 1:
Table Borders are not drawn properly in web sites like wikipedia.
Attached is the picture.
Code Snippet:
WebView web = new WebView();
web.getEngine().load("https://en.wikipedia.org/wiki/Westlife_discography");
Scene scene = new Scene(web);
stage.setScene(scene);
stage.setTitle("WebView");
stage.show();
Issue2: Also Borders disappear when hovering over cells in table
Table Borders are not drawn properly in web sites like wikipedia.
Attached is the picture.
Code Snippet:
WebView web = new WebView();
web.getEngine().load("https://en.wikipedia.org/wiki/Westlife_discography");
Scene scene = new Scene(web);
stage.setScene(scene);
stage.setTitle("WebView");
stage.show();
Issue2: Also Borders disappear when hovering over cells in table
- backported by
-
JDK-8146648 Table Borders are not drawn properly
- Closed