Skip to content

Multiple backspaces in one frame corrupts an inbox box #20

Description

@abrenneke

I'm sure you never had to run into this... it's happening with some mod changes I'm making where the game can lag while typing (search box).

Basically, I believe it appends multiple \b characters at once, and because \b\b\b != \b it appends them to the input instead of deleting the last character, adding corrupted □ characters.

This area of the code I believe

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