WebView crashes when calling the function of HTML5 Notifications API

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • 8u25
    • Affects Version/s: 8u11
    • Component/s: javafx
    • None
    • Environment:

      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>

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

              Created:
              Updated:
              Resolved:
              Imported: