schorke
Results
2
issues of
schorke
**Describe the bug** Click event **inside** a `sortable-item` is triggered on drop. **To Reproduce** ```javascript import Component from '@glimmer/component'; import { action } from '@ember/object'; import { tracked } from...
analysis needed
So, I have a simple Ember component input which has the built-in `focusOut` Ember event. In an integration test, using `ember-test-helpers` `triggerEvent(input, 'blur')` on this input or `fillIn(other-input, 'blbl')` in...
bug