Cristiano Coelho

Results 73 issues of Cristiano Coelho

On iOS, if your html is empty and you call `insertImage`, it does nothing but adding an empty tag. With this PR, we add an artificial break line after the...

Throwing an error that can't be handled was not a great idea. This PR logs the error instead (only in dev), and attempts to recover.

link insert fixes: - use proper methods instead of string concat to prevent injection - fix randomly added newline when the link is added on an empty line - make...

Thoughts on removing this? Composition events cause the following issues on Android: - Tapping enter at the very beginning (empty html), will end up adding text like "mytextanother text" instead...

When using separators, `` and ` `elements are currently nested inside ``'s. However, this is incorrect HTML syntax and may break when using certain editors. With this, after adding each...

When focusing the editor, if there's scrolling and the selection is below the scroll position (e.g., end), the current implementation will not adjust the scroll position to the caret position....

Trying to use `actions.checkboxList` but it breaks the editor. A checkbox appears after used, but new lines do not add extra checkbox. What's worse, checkbox cannot be disabled once enabled...

This is perhaps minor, but may cause issues with some html renderers. When bold, italics, underline, or other text style is turned on, pressing "enter" (adding a new line) multiple...

Select bold, start typing... Then select italics (both italics/bold are selected), and try to unselect bold... both gets unselected. Sometimes it works, some times it doesn't, and it gets very...

Selecting a word, and then spanning it to multiple words, selects the text just fine. However, trying to apply a style to it, doesn't work, and only the first word...