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

Can't select first character on wrapped lines in TextEdit #96071

Closed
lostminds opened this issue Aug 25, 2024 · 1 comment
Closed

Can't select first character on wrapped lines in TextEdit #96071

lostminds opened this issue Aug 25, 2024 · 1 comment

Comments

@lostminds
Copy link

Tested versions

Reproducible in 4.3.stable

System information

macOS 14.6.1

Issue description

If a TextEdit line is long enough to wrap to the next line you can't select the first character on that new line. Doesn't seem to be specific to wrapping mode, but of course in needs to wrap. This affects TextEdits in the Editor (like the output log, or editing field for Label RichText etc) and TextEdits in run projects.

Steps to reproduce

The easiest way to see it is just to print out a long enough print log, like print("Here's a really long comment text that can wrap to multiple lines if the comment areas is small enough") and resize the window so the word wraps. Or just enter a long text in a RichText text field. Observe that you cant select the first character on wrapped lines.

text_selection_issue.mp4

Minimal reproduction project (MRP)

You can reproduce it in the editor, not project specific.

@AThousandShips
Copy link
Member

Duplicate of (the log is a RichTextLabel, not a TextEdit):

Should have been fixed by:

@AThousandShips AThousandShips closed this as not planned Won't fix, can't repro, duplicate, stale Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants