YimMenu / HorseMenu

HorseMenu, a beta-stage mod menu for Red Dead Redemption 2 and Red Dead Online, inspired by YimMenu, that protects against crashes and enhances your experience.
59 stars 29 forks source link

[Bug]: Social Club Overlay Triggers Backwards Typing #188

Open TexasToast03 opened 1 month ago

TexasToast03 commented 1 month ago

Describe the bug

When I open the NPC spawn list, it types backwards. (ex. crocodile = elidocorc)

Steps To Reproduce

  1. Go to spawn menu
  2. Type in a NPC
  3. Starts typing backwards. (The line that shows you where your typing moves behind the letter you typed into the spawn text box) ex. crocodile = elidocorc

Expected Behavior

  1. Go to spawn menu
  2. Type in a NPC
  3. Letters appear after the last letter and not before.

Logs and/or screenshots

<paste your logs here>

Store

Epic Games

Language

English

Additional context

It was working before but recently started to act up. I didn't mess with any of the files.

Build

Rxann commented 1 month ago

Yeah I have noticed this. I think it might be the custom InputTextWithHint(speculation). I will look into it.

TexasToast03 commented 1 month ago

Yeah I have noticed this. I think it might be the custom InputTextWithHint(speculation). I will look into it.

I think it happens when I open the rstar social menu and message someone

Rxann commented 1 month ago

I think it happens when I open the rstar social menu and message someone

Okay, let me test this out. You might be on to something.

Rxann commented 1 month ago

Confirmed this is one of the triggers to the glitch. I will start working on a fix.

Rxann commented 1 month ago

This might be a potential fix: https://github.com/ocornut/imgui/issues/429#issuecomment-163145047