AztecEditor-iOS icon indicating copy to clipboard operation
AztecEditor-iOS copied to clipboard

A reusable native iOS visual HTML text editor component.

Results 114 AztecEditor-iOS issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When there are multiple ordered lists, one after the other, the lists aren't rendered as expected. ![Screenshot 2021-03-08 at 11 59 42](https://user-images.githubusercontent.com/15007176/110313279-808fd100-8006-11eb-9cdc-cbc20fdcdc5b.png) **To Reproduce** 1. Using pod...

[Type] Bug

**Describe the bug** When we apply code format in note it does not work for some text. **To Reproduce** Steps to reproduce the behavior: 1. Go to Empty demo 2....

[Type] Bug

**Describe the bug** When pasting text/content/... into the TextView, the delegate should be informed / `textViewDidChange` should be called **Expected behavior** `notifyTextViewDidChange` is called / the delegate is informed about...

[Type] Bug

In my fork, I disabled html pasting, which causes a crash when the user tries to copy-paste lists. This is because Aztec might encode a nil-int when performing the `copy`:...

[Bug-Type] Crash / Blocker

Fixes #1254 To test: changes text color when in quotes or nested quotes for more styling options logic is now inside `BlockquoteFormatter` Known issue: pasting text doesn't change color, would...

I cannot find any options for adding a button for changing the text color. Am I missing something or is it not supported? If it is not supported I would...

**Describe the bug** Need to move the cursor to next line after i added image in the editor. Now, the cursor is right side of image. Tried to add "...

[Type] Question

This PR just fixes a broken link in the docs and removes some unneeded quotes.

the CSSAttribute‘s name and value property should be public access level, so that we can custom css style

Related to https://github.com/wordpress-mobile/gutenberg-mobile/issues/2935 **Describe the bug** Add emoji characters to a list item with text pushes the content some pixels down. **To Reproduce** 1. Go to a post/page. 2. Add...

[Type] Bug