Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.
This repository was archived by the owner on May 22, 2021. It is now read-only.

Empty page on Edge 18 #1487

@kellda

Description

@kellda

When accessing "https://send.firefox.com/" with Edge 18 (and maybe other version), the page's content doesn't shows:

screenshot

The console says:

HTML1514: Une balise « <body> » supplémentaire a été trouvée. Seule une balise « <body> » doit être incluse par document.
send.firefox.com (77,7)

HTML1500: La balise ne peut pas se fermer automatiquement. Utilisez une balise de fermeture explicite.
send.firefox.com (91,17)

HTML1506: Le jeton est inattendu.
send.firefox.com (150,9)

SCRIPT1028: SCRIPT1028: Expected identifier, string or number
app.1ea9003f.js (23,163854)

These errors seems to be due to:

  • a noscript tag between head and body, lines 62 to 75 in the index page
  • <use xlink:href="wordmark.d113c385.svg#logo" />, line 91
  • a script tag after body, lines 150 to 184 to the index page
  • the syntax c={...t,args:s,insideTermReference:!0} not being supported by Edge

User agent :
Mozilla/5.0 (Windows NT 10.0; Win64; x64; ServiceUI 14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18363

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions