Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-56383

Nullchan does not load with QtWebEngine

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • 5.7.0
    • WebEngine
    • None

    Description

      This page loads fine in Chromium 53.0.2785.116 with the following JS console output:

      all.js?rev=1525:1357 [Wrapper] Created!
      all.js?rev=1525:106 [ZeroWebsocket] Open
      all.js?rev=1525:1357 [Wrapper] Setting title to 0chan - ZeroNet
      nullchan.js?v=9:20 Incoming current page: 1
      nullchan.js?v=9:24 [ZeroFrame] Websocket callback not found: Object
      

      However in QtWebEngine, it doesn't load and shows a different error in the JS output:

      [Wrapper] Created!
      all.js?rev=1525:106 [ZeroWebsocket] Open
      all.js?rev=1525:1357 [Wrapper] Setting title to 0chan - ZeroNet
      nullchan.js?v=9:20 Incoming current page: 1
      nullchan.js?v=9:20 Uncaught (in promise) TypeError: this.el.getElementsByClassName(...)[Symbol.iterator] is not a function(…)u.value @ nullchan.js?v=9:20(anonymous function) @ nullchan.js?v=9:20
      

      The page is loaded via Zeronet, and the corresponding source location where the error happens is probably this line...

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            the compiler Florian Bruhin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes