27
  • Cannot open this page because the address is invalid (does open URL, popup then blocks next action)

  • BugsDesktopDone
  1. Open any https website (note. any kind of page including text/html, text/plain, image, etc)
  2. Open Console Dev Tools.
  3. type
    document.body.appendChild(document.createElement('iframe')).src= URL.createObjectURL(new Blob([], { type: 'text/html' }));
    and enter.
  4. An alert is shown.

No issue

Version 0.99.127.3-beta (WebKit 619.1.1)

Monterey (12)


data URI version

  1. go to https://kagi.com/orion/ (note. no issue for the page is text/plain, image, etc. Only an issue for the text/html page)
  2. open Dev Tools and type
    document.body.appendChild(document.createElement('iframe')).src= "data:text/html;charset=utf-8;base64,PGh0bWw+PGJvZHk+SGVsbG8sIHdvcmxkITwvYm9keT48L2h0bWw+";
    and enter.
    An alert is shown.

    @Vlad This is P0 issue. It affects all the websites which is using the non http link as the src of iframe.
    Please fix it ASAP and release to Orion Beta (without Orion+). As this is the bug due to the recent Beta update.

    Data URI scheme
    https://www.astrology.com/horoscope/daily/cancer.html

    Blob URI scheme
    https://www.boursedirect.fr/fr/marche/euronext-paris/stmicroelectronics-n-v-NL0000226223-STMPA-EUR-XPAR/graphiques?market=euronext

      Merged 3 posts from New Bug found after update (Orion only!) - Iframe URL issue.

        Going to any editor in the WordPress dashboard now produces an error (with no extensions enabled):

        Orion cannot open the page because the address is invalid.

        Seems to occur on live sites as well as running WordPress locally with wp-env.

        Page/post/block editors should work as normal, but instead are not functional. An error message displays on page load:

        Orion cannot open the page because the address is invalid.

        Version 0.99.127.3-beta (WebKit 619.1.1), MacOS 14.4.1

        Sonoma (14)

          Merged 3 posts from WordPress dashboard not working - "address is invalid".

            cyfung1031 You can roll back, check Orion documentation for download links.

              Vlad stickied the discussion .

                Vlad why this is an alert popup rather than throwing a javascript error?

                If it is a javascript error we can still use window.onerror to capture it.

                Now it is disturbing

                With the current Beta (Version 0.99.127.3-beta (WebKit 619.1.1)) and current (RC Version 0.99.127.3.1-rc (WebKit 619.1.11.111.2)) -- on current MacOS (14.5) I can no longer download documents from the Federal Communications Commission's document filing system. This is new behavior -- I rely on this system multiple times per week and it has always worked (and continues working in Safari).

                For example, going to this URL (https://www.fcc.gov/ecfs/document/10730068575970/1) in either Orion or Orion RC bring up an error message that the address is invalid:

                The error also appears with compatibility mode turned on.

                Safari properly loads the PDF file.

                I expected it to load the PDF file (as it had been doing).

                Version 0.99.127.3-beta (WebKit 619.1.1)) / MacOS 14.5

                Sonoma (14)

                Merged 2 posts from Party filings at the FCC cannot be downloaded in current Beta and RC .