Skip to content

input event is not properly triggered by Backspace and Delete #37051

@yezhizhen

Description

@yezhizhen

Describe the bug:
input event is not triggered by Backspace, Delete etc.

Screen.Recording.2025-05-20.162023.mp4

To Reproduce:

<html>
  <body>
    <input id="i">
    <div id="o"></div>
    <script>
      document.getElementById("i").addEventListener("input", e =>
        document.getElementById("o").textContent = e.target.value
      );
    </script>
  </body>
</html>

Platform:
All

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-assignedThere is someone working on resolving the issueC-untriagedNew issues that haven't been triaged yet

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions