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

md-tooltip violates CSP #10085

@Frank3K

Description

@Frank3K

Actual Behavior:

  • What is the issue? * The md-tooltip component violates CSP on mouseleave.
  • What is the expected behavior? The md-tooltip component does not violate CSP.

CodePen (or steps to reproduce the issue): *

  • CodePen Demo which shows your issue: demo
  • Details: Please note that there is a violation upon opening, because the codepen CSS is being loaded. These styles are empty so they do not change the layout.

Angular Versions: *

Additional Information:

  • Browser Type: * Chromium
  • Browser Version: * 53
  • OS: * Ubuntu 16.10
  • Stack Traces:

The following HTML is injected here in the DOM (newlines added for readability):

<div class="md-panel-outer-wrapper">
  <div class="md-panel" style="left: -9999px;">Tooltip text</div>
</div>

Probably introduced in 6d06188.

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