AztecEditor-iOS
AztecEditor-iOS copied to clipboard
A reusable native iOS visual HTML text editor component.
### Expected behavior Please Provide proper Documentation how to add RichtextViewEditor and format bar to a custom UI with storyboard or xib. ### Actual behavior Currently the example shows the...
### Expected behavior When tapping a Double Enter inside a list using GB the list should continue to be visible, ideally still be able to be displayed even if it's...
This issue was spawned from the discussion [here](https://github.com/wordpress-mobile/AztecEditor-iOS/issues/913). We should make sure that whenever the user switches to HTML mode, any zero-width character is converted to its entity code (``)....
### Description The following tests are failing 1. https://github.com/wordpress-mobile/AztecEditor-iOS/blob/develop/Example/AztecUITests/AztecUITests.swift#L145 2. https://github.com/wordpress-mobile/AztecEditor-iOS/blob/develop/Example/AztecUITests/AztecUITests.swift#L153 ### Expected behavior The outputs should be: 1: `` 2: `1
### Expected behavior All those elements can undo perfectly when double press return(remove those attributes) ### Actual behavior Undo manager reseted in those elements after double press return ### Steps...
### Expected behavior Some functions of the `TextViewAttachmentDelegate` protocol should be considered optional since the functionality they provide is not required for many instances of a `TextView`. Specifically, the selection...
### Expected behavior When rendering something like: ```html WordPress App ``` Aztec should only render one space between words. This is how Safari renders it: ### Actual behavior Aztec is...
### Description: The RTL alignment is lost when converting to HTML and back to visual. We need to evaluate if RTL alignment is normally stored in CSS properties in nodes....
For automated tests (and for VoiceOver users) we need to be able to check toolbar status programmatically. For this, we can change expand button label to reflect it's status i.e....
### Expected behavior The AztecEditor default font size changed ### Actual behavior The AztecEditor default font size can not changed ### Steps to reproduce the behavior 1. I change default...