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

The first character of a text box should not be cut off #1666

Open
profexorgeek opened this issue Dec 23, 2024 · 0 comments
Open

The first character of a text box should not be cut off #1666

profexorgeek opened this issue Dec 23, 2024 · 0 comments
Assignees
Labels

Comments

@profexorgeek
Copy link
Collaborator

When you populate a text box with content, the first character is cut off. You can see the first character by pressing the arrow keys or drag-selecting with the mouse. So the character is not missing, the text just starts as if it's too long to fit in the box.

I suspect this is not always the case, it may have to do with the size unit type of the text box or how it's bound. In this image, the content should say "Demo Map" but the "D" is cut off. This value is bound to the textbox from a model. The textbox width is sized as "0 relative to parent"
image

You can experiment on this using my mapping project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants