Skip to content

[0.8] HTMLAnchor has a host property, breaks the intended behavior of Polymer.Base._queryHost #1359

Closed
@cdata

Description

Polymer.Base._queryHost attempts to resolve a host node by walking through DOM ancestors and measuring their host properties. Unfortunately, HTMLAnchor has a built-in host property that is the hostname component of its href property, if available. This has the unfortunate side-effect of causing a runtime exception if a Polymer custom element is wrapped with an HTMLAnchor in ShadeyDOM mode.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions