Skip to content

Safari 9.1.1. Issue - "A problem repeatedly occurred" #309

Closed
@pburtchaell

Description

@pburtchaell

Earlier this month I noticed an issue with some websites I built HTML for using this plugin: when landed in Safari, the page is reloaded several times and finally, shows "A problem repeatedly occurred."

screen shot 2016-04-27 at 10 32 14 am

Initially, I thought it was an issue with permissions from AWS S3 or an issue with my code. However, after digging a bit further, I discovered something rather alarming: if you use <script src="/https/github.com/app.js"></script> the page reloads. If you use <script type="text/javascript" src="/https/github.com/app.js"></script>, the page loads as expected. Considering it is a part of the HTML5 standard to exclude the type attribute, I am wondering... is this actually a Safari bug or am I missing something here? Is anyone else having this issue?

Note, this also occurs when I do not use this plugin (such as when I am using local development server). However, considering the script tag is central to this plugin, I figured I'd make an issue here to see if anyone else encountered this.

Edit, some examples of websites:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions