Tyler Heck
Tyler Heck
### Expected Cursor follows undo/redo position when performing undoing/redoing by tapping the ***Undo***/***Redo*** actions. ### Observed Cursor does not follow undo/redo position when performing undoing/redoing actions as described in https://github.com/wordpress-mobile/AztecEditor-Android/issues/275#issuecomment-283705319...
### Expected The `onRedoEnabled()` and `onUndoEnabled()` methods are triggered when the state changes. ### Observed The `onRedoEnabled()` and `onUndoEnabled()` methods are triggered on every keystroke (i.e. history change).
### Expected Input is responsive and does not lag regardless of content. ### Observed Input lag increases when the size of the content increases. Eventually, characters are skipped when lag...
### Fix Update the string references for the next and previous actions in the What If menu from ***Share article*** and ***Add to Favorites*** to ***Next Article*** and ***Previous Article***....