tinymce icon indicating copy to clipboard operation
tinymce copied to clipboard

On iOS, first word not capitalized + spurious space after new line

Open anilshanbhag opened this issue 1 year ago • 3 comments

📝 Provide detailed reproduction steps (if any)

To reproduce the issue, type

Thanks + enter + hello + world

I tried it in TinyMCE, CKEditor 5 and on Apple Notes.

In TinyMCE, the output will be

Thanks
 hello world

In CKEditor5 and Apple Notes, the output will be

Thanks
Hello World

When you hit enter, the keyboard automatically turns to capital letters on CKEditor5 and Apple Notes. I am unable to figure out what causes this given both CKEditor5 and TinyMCE seem to using paragraph tags.

This is constant annoyance when using TinyMCE on iOS as you have to go to start, delete the space and capitalize the first letter manually.

✔️ Expected result

Thanks
Hello World

❌ Actual result

Thanks
 hello world

❓ Possible solution

If you have ideas, you can list them here. Otherwise, you can delete this section.

📃 Other details

  • Browser: Safari
  • OS: iOS
  • First affected version: Always existed
  • Worked in version: -

If you'd like to see this fixed sooner, add a 👍 reaction to this post.

anilshanbhag avatar Dec 25 '23 17:12 anilshanbhag

Found that this issue is reported on another library https://github.com/quilljs/quill/issues/2025

It would be great to fix it for TinyMCE. This is a major usability issue as it happens on every new line.

anilshanbhag avatar Dec 25 '23 18:12 anilshanbhag

Hi @anilshanbhag. I'm sorry I cannot replicate your issue on the demos on our docs and website. On my iphone running iOS 17 I get the expected result. Can you provide more details, a screen recording, or something else to help us debug this issue?

lostkeys avatar Dec 28 '23 20:12 lostkeys

@lostkeys See the attached screen grabs from TinyMCE and CKEditor

https://github.com/tinymce/tinymce/assets/703656/9d927544-1dd2-45c8-8459-b9b3672a9046

https://github.com/tinymce/tinymce/assets/703656/250daa87-0429-45f9-90c2-0a01c5ee3715

anilshanbhag avatar Dec 28 '23 22:12 anilshanbhag

Hi. Any plans to fix this?

kronamagnus avatar Apr 09 '24 07:04 kronamagnus