miguelcobain / ember-paper

The Ember approach to Material Design.
http://miguelcobain.github.io/ember-paper
MIT License
889 stars 331 forks source link

Draft: Fix paper-menu flying into the screen and leaving ghost content. #1192

Closed dfriquet closed 2 years ago

dfriquet commented 3 years ago

Related to #1191.

Only reverts change to paper-menu, other occurrences does not seem to do any harm.

dfriquet commented 3 years ago

Ok, that's weird… This PR fixes the examples in ember-paper website, but worsen the situation in my app: a clone of the backdrop in left behind too know, catching all the clicks and doing just nothing.

Open menu:

ember-paper paper-menu open - PR

Closed menu:

ember-paper paper-menu ghost - PR

Do you have any idea what's going on?

N.B. : I've done my test with "ember-paper": "https://github.com/infoPiiaf/ember-paper/tarball/1191-ghost-basic-dropdown-content-once-paper-menu-closed", in my package.json.