Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8146512

Table Borders are not drawn properly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 9
    • 8u60, 9
    • javafx
    • web

    Backports

      Description

        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

        Attachments

          1. Table1.png
            Table1.png
            21 kB
          2. Table2.png
            Table2.png
            42 kB

          Issue Links

            Activity

              People

                mbilla Murali Billa
                mbilla Murali Billa
                Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: