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

WebView crashes when calling the function of HTML5 Notifications API

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • 8u25
    • 8u11
    • javafx
    • None
    • Windows 7 64-bit, Java 8u11 64-bit

    • web

       Java hangs when calling the function of Notification.requestPermission () in WebView.

      error page:

      <html>
      <body>
      <button onclick="foo()">requestPermission()</button>
      <script type="text/javascript">
      function foo(){
      Notification.requestPermission();
      }
      </script>
      </body>
      </html>

            loneid Leonid Popov (Inactive)
            nyoshimotjfx Naohiro Yoshimoto (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: