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

Paper dialog fired a bad event with a paper-dropdown inside #135

Open
2 of 8 tasks
florent1933 opened this issue Nov 21, 2016 · 1 comment
Open
2 of 8 tasks

Paper dialog fired a bad event with a paper-dropdown inside #135

florent1933 opened this issue Nov 21, 2016 · 1 comment

Comments

@florent1933
Copy link

florent1933 commented Nov 21, 2016

Description

If a paper-dropdown is inside a paper-dialog with an event iron-overlay-closed, this event is fired when we are closing the paper-dropdown.

Expected outcome

Closing the paper dropdown should not fire the event.

Live Demo

https://jsbin.com/vugijahohi/edit?html,js,console,output

Steps to reproduce

  1. Select a value in the paper-dropdown
  2. It fires the bad event

Browsers Affected

  • Chrome
  • Firefox

I don't know for others

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

Maybe related to : #132

@nzacca
Copy link

nzacca commented Dec 15, 2016

Related issue occurs for the iron-overlay-opened event when the paper-dropdown-menu is opened. Using the same demo above, replace the iron-overlay-closed event with iron-overlay-opened. Issue presents itself after clicking on the dropdown within the paper-dialog.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants