Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Wrong execution order in IE and FF with imports containing scripts #347

@nippur72

Description

@nippur72

In IE11 and FF scripts contained in html imports are executed with wrong order, e.g.:

   <link rel="import" href="file1.html">     
   <script src="file2.js"></script>
  • in IE and FF: first executed is file2 and then file1 (wrong)
  • in Chrome: first executed is file1 and then file2 (correct)

Is this supposed to be so, or it's a bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions