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.

Error when opening paper-menu in version 1.5.6 #132

@BorntraegerMarc

Description

@BorntraegerMarc

Description

The iron-dropdown component version 1.5.6 causes errors in the dev console when used together with paper-menu. This error results in that the whole app does not become scrollable anymore.

To reproduce

Expected outcome

Like in version 1.5.5 that no errors happen.

Actual outcome

The error happens:

Uncaught TypeError: Cannot assign to read only property 'target' of object '#<AnimationPlaybackEvent>'
    at b.Animation.<anonymous> (web-animations-next-animation.js:223)

Live Demo

image

Steps to reproduce

With this code:

         <paper-menu-button id="action-menu" vertical-align="bottom" style="padding: 0;">
            <paper-icon-button src="icon.png"
                               class="dropdown-trigger attachment-button"></paper-icon-button>
            <paper-menu class="dropdown-content" ignoreSelect="false">
                <paper-item click="addNewTask()">New task</paper-item>
                <paper-item click="addNewFile()">Attach file</paper-item>
            </paper-menu>
        </paper-menu-button>

Browsers Affected

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

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