Giles Thompson

Results 55 comments of Giles Thompson

Had a look on MDN: - Can listen for a paste event on window, document, or element (for good UX I think window/document listening makes sense) - Paste event is...

I like the idea of deprecating the mirage handler and providing it through an optional separate addon. If we want we could still manage it from this repo once we...

Thanks for your input @zenhack. Would you be interested in preparing a PR?

Just noticed this myself. Will affect cibernox/ember-power-select/pull/1419 also

Investigated this today and believe it may be fixed by tildeio/ember-element-helper/pull/34

Occurrence I'm seeing: ``` TypeError: Cannot read property 'parentElement' of null (Most recent call first) File addon-tree-output/ember-basic-dropdown/components/basic-dropdown-content.js line 151 col 1 in BasicDropdownContent.animateOut let parentElement = dropdownElement.parentElement; ``` It seems...

> @gilest did you find a work around? No. Has only occurred a handful of times in the app I'm maintaining

@beerlington > 2.0.13 Have your tried updating to v3? Or you could try forking the addon and applying my patch. If it solves the problem you could make a PR...

Thanks @NullVoxPopuli I did some tests and found that a single line from your `ember-cli-build` is required to enable the component inspector to work in my reproduction. ```js app.import('vendor/ember/ember-template-compiler.js'); ```...

Adding that line to `ember-cli-build` does not resolve this issue in a few ember `3.28` apps I tried it in.