OpenConext / OpenConext-engineblock

OpenConext SAML 2.0 IdP/SP Gateway
14 stars 22 forks source link

JS error in embedded Excel browser #1696

Closed phavekes closed 2 hours ago

phavekes commented 2 hours ago

This issue is imported from pivotal - Originaly created at Jun 29, 2021 by Thijs Kinkhorst

The spinner page (apparently since the redesign) produces this error in an Excel built-in browser window (see screenshot).

It is pretty concrete that it is about the double arrow in this HTML:

    <script>
        window.addEventListener(\'load\', () => {
            document.querySelector(\'.hideNoJS\').classList.remove(\'hideNoJS\');
        });
    </script>

Is there an idea what could cause this and is this something we can fix?

I have asked the customer whether they can reproduce it on SURFconext TEST so we have an environment to verify a potential fix on .

phavekes commented 2 hours ago

(Thijs Kinkhorst - Jun 29, 2021)