wordpress-mobile / WordPress-Editor-iOS

⛔️ [DEPRECATED] A reusable iOS rich text editor component.
GNU General Public License v2.0
1.06k stars 210 forks source link

Enter text auto break to newline . #808

Closed ghost closed 8 years ago

ghost commented 8 years ago

Step to reproduce:

  1. Go to iPhone keyboard setting, add language Vietnamese.
  2. On WPE, switch to edit mode.
  3. Switch keyboard to Vietnamese.
  4. Press on A and A one more time you will get  character.
  5. Press another character such as A. Result: WP auto break the line like: ------------------Starting of Editor --------------------- Â a |<-- caret position

Same bug with another character like E and E -> Ê , D and D -> Đ, U and W -> Ư, O and W -> Ơ , U and J -> Ụ , O and J -> Ọ...

rachelmcr commented 8 years ago

Thank you for reporting this! The issue you described sounds like one that was reported for Korean keyboards, as well: https://github.com/wordpress-mobile/WordPress-Editor-iOS/issues/705

I'm going to close this report in favor of that one, and add the details from this report there.