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

WebView context menu has malfunctioning items

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • None
    • fx2.1
    • javafx
    • None
    • 2.1 b18

    • web

      run next code:

                  WebView webView = new WebView();
                  WebEngine webEngine = webView.getEngine();
                  stage.setScene(new Scene(webView));
                  stage.show();
                  webEngine.load("http://oracle.com");

      1. click on any link, in the appeared context there are next invalid items:
      - Open Link in New Window --- link will be opened in the same window
      - Download linked file --- does nothing

      2. click on any image:
      - Open Image in New Window --- will be opened in the same window
      - Save Image As --- does nothing

      3. select text, and right-click on it:
      - Search the Web --- does nothing

            peterz Peter Zhelezniakov
            sgrinev Sergey Grinev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: