Skip to content

Fix address edit box crash #8370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

Vap0r1ze
Copy link
Contributor

This fixes a crash that happens when you shift right click an AddressEditBox.

It happened because Create clears the EditBox.value, but EditBox's implementation doesn't change the highlight position accordingly if shift is currently held.

The fix is just to not clear the box if shift is held

@VoidLeech VoidLeech added pr type: fix PR fixes a bug pr flag: simple PR has minimal changes labels Apr 28, 2025
@Vap0r1ze
Copy link
Contributor Author

Vap0r1ze commented May 7, 2025

Change the implementation of this to a better workaround that fixes a broader family of bugs and UX issues.

This also fixes the crash I mentioned in #8442

@IThundxr
Copy link
Member

IThundxr commented May 8, 2025

Thanks, i've implemented a alternative fix instead

@IThundxr IThundxr closed this May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr flag: simple PR has minimal changes pr type: fix PR fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants