Skip to content
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

User input goes past element boundaries #2192

Open
isnt-one opened this issue Aug 29, 2024 · 1 comment
Open

User input goes past element boundaries #2192

isnt-one opened this issue Aug 29, 2024 · 1 comment
Labels
Type: Bug Something that should work/look one way isn't quite doing that. Where: Game This is something for the main game code. Where: UI This is something within the Panorama user interface

Comments

@isnt-one
Copy link

isnt-one commented Aug 29, 2024

Describe the bug

When the "ᅥ" character is spammed, it hijacks the expected behavior and goes beyond the boundaries of its container

image

Edit: Chat box functions as it should, but the message is displayed without similar properties of other messages to handle overflow

How To Reproduce

Go into any user input area and put as many "ᅥ" as it will allow

Issue Map

any

Expected Behavior

User input containers having hidden or scroll overflow-x or max-width properties to prevent

Operating System

any

@isnt-one isnt-one added the Type: Bug Something that should work/look one way isn't quite doing that. label Aug 29, 2024
@tsa96
Copy link
Member

tsa96 commented Sep 2, 2024

Console multiselectlabels look like they're doing clipping in a reasonable way, definitely don't fix this without doing #1775

@tsa96 tsa96 added Where: Game This is something for the main game code. Where: UI This is something within the Panorama user interface labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something that should work/look one way isn't quite doing that. Where: Game This is something for the main game code. Where: UI This is something within the Panorama user interface
Projects
Status: To Do
Development

No branches or pull requests

2 participants