Kevin Ansfield

Results 41 issues of Kevin Ansfield

I'm running into issues trying to use `@auth.get('user')` in combination with the rememberable plugin. When loading by just visiting the URL manually, it works fine, but if I try to...

When typing in a markup section any spellcheck underlines will flicker on every character change which can be rather distracting. This is possibly related to https://github.com/bustle/mobiledoc-kit/issues/522 but I haven't noticed...

enhancement

When triple-clicking on a paragraph or drag-selecting where the pointer is released just underneath the selected text, the selected range's tail ends up at offset 0 on the following section....

If you select some text in mobiledoc and then paste some text you'll end up with two states in the undo stack, one which removes the selected text and one...

bug

Some emojis do not play nicely with the cursor. With 🤷🏻‍♂️ for example you need to press Left 6 times to move the cursor from one side of the emoji...

bug

refs https://github.com/bustle/mobiledoc-kit/issues/445 - add `Position.atStartOfLine` method that takes an existing position from which to find the start of it's line - add `line` unit for use in `editor.performDelete` - update...

If the cursor is placed on one of the `zwnj` chars either side of a card, all typical character input is blocked. However, on macOS you can use Alt+e and...

bug

If you place the cursor at the beginning of a heading and press Enter a new paragraph is created under the header with the heading text and no formatting, leaving...

enhancement

We've just had to perform a scrambled production rollback after hitting https://github.com/cibernox/ember-power-select/issues/1338. @williamweckl raises a good point in that issue about errors [shipping to production silently](https://github.com/cibernox/ember-power-select/issues/1338#issuecomment-600341743)... >> no error in...

I've added the `start()` call from `ember-exam` to our `test-helper.js` file (even though the current ember-mocha release doesn't use an explicit `start()` call) which allows our tests to run but...