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

Issues with toggling empty blockquote off at start of post #401

Closed aforcier closed 8 years ago

aforcier commented 8 years ago

When inserting a blockquote in an empty post and immediately pressing the blockquote button again, with no text entered, a few strange things happen.

  1. On API 16-19, the blockquote is not removed. On an API19 emulator I was able to remove the blockquote by using backspace, but on my API18 Samsung S3 I can't remove the blockquote that way either (I have to enter text, then toggle off the blockquote, then deleted the text).
  2. On API 21+, the blockquote is removed but leaves behind an empty space above the cursor. Ideally, the placeholder text would reappear instead.