Skip to content

Cursor moves to end of email input on Safari on input event #65

@StevenMeyer

Description

@StevenMeyer

Description
If one tries to edit a text input's value from the middle (or start) of the value the cursor is moved to the end position for the next input. This is only on Safari web browser.

Reproduction steps

  1. Open the playground using Safari
  2. Enter a value (such as joe.bloggs@example.com)
  3. Move the cursor position to anywhere but the end (eg. before the @ symbol)
  4. Start typing more than one character

Expected outcome
The new text should be entered at the cursor position and the cursor position should only move with the new input

Actual outcome
The first character is entered at the cursor position. The cursor is moved to the end of the input.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions