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

Multiline Textbox behaves strange when entering a new line #440

Open
Maikel1963 opened this issue Dec 14, 2023 · 2 comments
Open

Multiline Textbox behaves strange when entering a new line #440

Maikel1963 opened this issue Dec 14, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Maikel1963
Copy link

When encountering a problem I try the examples to find a cure for it. Most of the times this works. But even in the textbox example the behavior of the view is kind of irritating.
If you enter a new line, the height of the box is enlarged by one line but at the same time the text is shifted up one line,
so that there is one line free space below the line you are working on. But only until you enter the next letter. Then the text is shifted back to the bottom.
Second: The resizing of the box is not working correct. If you enter a characterSequenceWhithoutAWhitespaceThatIsTooLongForTheView the height of the box will be reduced more and more the longer the sequence is.

@geom3trik
Copy link
Collaborator

Thank you for reporting this bug. I can reproduce the first point where inserting a new line shifts the text until a character is entered but not the second point about the height decreasing with a long string. Would you be able to produce a video showing that behaviour?

@geom3trik geom3trik added the bug Something isn't working label Dec 14, 2023
@geom3trik geom3trik self-assigned this Dec 14, 2023
@Maikel1963
Copy link
Author

That is interesting.
Can't reproduce the behavior from yesterday, too. If I encounter it again, I'll send you a video. I don't remember what exactly I did yesterday. I only know that a had a least 10 lines and ended up with a box showing no more than 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants