Kevin Ansfield
Kevin Ansfield
We've had a user report a similar sounding problem when typing Korean but this is on desktop rather than Android. I'm assuming this is related to this issue? > We...
It's worth noting Ghost is not using `mobiledoc-kit` at this time, the Ghost examples provided above are using [CodeMirror](https://github.com/codemirror/CodeMirror).
This is a rough duplicate of https://github.com/bustle/mobiledoc-kit/issues/621 - there's a lot more details in there about the cause if anyone wants to dig in and work on a PR.
Similar to [my comment here](https://github.com/bustle/mobiledoc-kit/issues/628#issuecomment-403857270) regarding the alt+backspace behaviour, removing the [custom delete key handler](https://github.com/bustle/mobiledoc-kit/blob/master/src/js/editor/event-manager.js#L182-L193) allows meta+delete to function. Perhaps we can find a solution that leverages the default browser...
Thanks for the report. This is an [upstream issue](https://github.com/facebook/lexical/issues/4723) that we're aware of and tracking.
> Before, one had to manually clear the post slug from the post settings panel, and then change the title (which triggers an auto-save), to see the title change reflected...
Adding a button specifically for that goes against Ghost's design ethos and over-complicates the UI. Having the slug auto-update on title change _only_ when it hasn't been changed manually was...
`span`'s are expected and not a bug, themes should cope both with and without `span` being present. `p` is little unexpected but it should be considered possible within themes because...
Are there specs for these weird scenarios? On my fork at http://github.com/kevinansfield/acts_as_sanitiled I have updated it to work with ruby 1.9.2/rails 3 (there may be a better more backwards-compatible way...
Bluesky oembed should already be supported via the `` tag. However looking at the oembed data returned it's missing a `height` property so it isn't seen as a valid oembed...