Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

paper-icon-button appended to body instead of head #145

@evancaldwell

Description

@evancaldwell

Description

paper-icon-button is appended to the body instead of the head so if your body tag isn't on the page yet it blows up.

Expected outcome

The page renders properly with a paper-icon-button on it.

Actual outcome

paper-icon-button can't append to the body so you just get a blank page with errors in the console.

Steps to reproduce

  1. Put a paper-icon-button element in the page.
  2. Do some other work in the head that delays the body from loading.
  3. Check the console.

Browsers Affected

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11

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