wordpress-mobile / WordPress-Editor-Android

⛔️ [DEPRECATED] A reusable Android rich text editor component.
GNU General Public License v2.0
188 stars 50 forks source link

Issue #409: Difficulty setting the cursor under media #420

Closed aforcier closed 8 years ago

aforcier commented 8 years ago

Fixes #409. When loading a post (either by loading from DB or by switching from HTML mode), the editor will now append a new paragraph after media items, allowing the user to easily place the cursor under the media item.

This should have no effect on posts being published in WPAndroid, as any trailing spaces or break tags are stripped by the editor when extracting the post from the visual editor.

cc @maxme

maxme commented 8 years ago

:shipit: