Cory Forsyth
Cory Forsyth
If the editor's post has no content, the `cursorDidChange` hook does not fire when the editor gets focus.
This issue tracks potential changes to make to the mobiledoc format in the next release: - [ ] #477 make node types unique so that alternate renders unambiguously know what...
In userland code, using the `onclick` of a button to make programmatic changes to an editor can lead to the window's `selection` and the document's `activeElement` to go out of...
_do note merge_ Adds 2 failing tests for #494
When copying, the editor sets the clipboard html and text data to the result of rendering the selected range of the post with the html and text renderers, respectively. These...
As pointed out here (https://github.com/Addepar/ember-table/pull/790#issuecomment-560470564), it looks like we may have incompatible linting happening at CI. To close this issue, remove the resolution of prettier from yarn.lock and upgrade deps...
Ember Table uses a custom `mergeSort` implementation in order to provide a stable sort. It does so because at the time the code was written, built-in `Array.prototype.sort` was not stable....
When developing locally, there are many YUIDoc warnings that say "Missing item type", like so: ``` WARNING: ember-table/-private/utils/array.js:4: Missing item type Genericizes `objectAt` so it can be run against a...
In #706 ember-cli-addon-docs was updated and the branding color defaulted to ember's orangey-red, and the hero image also changed (https://github.com/Addepar/ember-table/pull/706#pullrequestreview-260418890). Fix these up before deploying the docs.
This might be better as an issue at ember-fastboot instead. Happy to move it over there if necessary. In environments where the `Fastboot` app renderer/visiter visits a path and doesn't...