Skip to content

examples/textinput: pressing 'Delete' key inserts U+007F (Delete) on macOS #3212

@hajimehoshi

Description

@hajimehoshi

Ebitengine Version

54b5200

Operating System

  • Windows
  • macOS
  • Linux
  • FreeBSD
  • OpenBSD
  • Android
  • iOS
  • Nintendo Switch
  • PlayStation 5
  • Xbox
  • Web Browsers

Go Version (go version)

go version go1.24.0 darwin/arm64

What steps will reproduce the problem?

  1. Open examples/textinput
  2. Focus a text field
  3. Press a 'Delete' key. (Fn + Backspace)

What is the expected result?

Nothing is input.

What happens instead?

U+007F (Delete) is inserted. (On the example, the character is invisible though)

Anything else you feel useful to add?

Usually, pressing a delete key should delete a character on the right of the cursor.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions