Thanks to visit codestin.com
Credit goes to github.com

Skip to content

IME input deletes characters to the right of the cursor when typing Japanese full-width text #473

@jagio0129

Description

@jagio0129

When typing Japanese full-width characters using an IME,
characters to the right of the cursor are unexpectedly deleted.

This happens even when typing on the official demo page:
https://react-email-editor-demo.netlify.app/

It looks like characters are being removed as if the editor is in overwrite mode,
but overwrite is not enabled.

  1. D&D Heading.
  2. Move the cursor into the middle of the text(between "a" and "d").
  3. Start typing Japanese full-width characters using an IME.
    • erase "d"

Image

Expected Behavior

New Japanese text should be inserted at the cursor position.
Existing characters to the right of the cursor should remain intact.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions