Home and End keys don't work correctly on multi-line fields
Home and End keys don't work correctly on multi-line fields
Here's a gif showing the issue:
Here I press end click back to the middle line, then press home. You can see the cursor jumps to the end of the above line in both cases.
When you press home, it should instead end up on the first character of the current line.
When you press end, it should instead end up on the last character of the current line.
I'd also like to request that if you're holding down shift while pressing these keys, it highlights in the correct way too, but I have a feeling the fix to the above issues will automatically fix this.
Thanks!
Here I press end click back to the middle line, then press home. You can see the cursor jumps to the end of the above line in both cases.
When you press home, it should instead end up on the first character of the current line.
When you press end, it should instead end up on the last character of the current line.
I'd also like to request that if you're holding down shift while pressing these keys, it highlights in the correct way too, but I have a feeling the fix to the above issues will automatically fix this.
Thanks!
Re: Home and End keys don't work correctly on multi-line fields
Can you please remind me what Unity version you're using? There are some known issues in various Unity 2019 versions with multi-line text fields. (While I'm on the topic, avoid Unity 2019.3alpha; it has a bug that collapses all multi-line text fields to a single line high.)
Re: Home and End keys don't work correctly on multi-line fields
Sure, I'm using Version 2019.1.5f1 (0ca0f5646614) Personal
Re: Home and End keys don't work correctly on multi-line fields
I have had no luck reproducing this issue. Home, End, and Shift+Home etc. all work as expected. I'm testing with Unity 2019.1.5. I switched to the Personal skin, but it didn't make a difference.
Mac, Windows, or Linux?
Mac, Windows, or Linux?
Re: Home and End keys don't work correctly on multi-line fields
weird. I'm using windows.
Re: Home and End keys don't work correctly on multi-line fields
Does it happen in every field? Every Sequence field? Or only specific nodes' Sequence fields?
Re: Home and End keys don't work correctly on multi-line fields
It happened on every field I tried here except for the description:
I tried on other nodes and had the same issue.
I tried on other nodes and had the same issue.
Re: Home and End keys don't work correctly on multi-line fields
I know this isn't a showstopper but it must be annoying. If you or anyone else uncovers any other details that might help me reproduce the issue, please let me know.
In the meantime, I'll ask questions as they come to me. If the questions ever become more annoying than the original problem, let me know and I'll stop.
So, questions:
What version of Windows are you using?
Are you using any OS-level mouse or keyboard utilities, such as a hotkey mapper?
Does this happen with any other sections of the Dialogue Editor such as editing quests?
Or any other non-Dialogue System text fields?
In the Dialogue Editor's Database > Editor Settings, what is the value of the Auto Backup Frequency?
In the meantime, I'll ask questions as they come to me. If the questions ever become more annoying than the original problem, let me know and I'll stop.
So, questions:
What version of Windows are you using?
Are you using any OS-level mouse or keyboard utilities, such as a hotkey mapper?
Does this happen with any other sections of the Dialogue Editor such as editing quests?
Or any other non-Dialogue System text fields?
In the Dialogue Editor's Database > Editor Settings, what is the value of the Auto Backup Frequency?
Re: Home and End keys don't work correctly on multi-line fields
No, but I am using a Kinesis freestyle 2 keyboard. These keys don't act weird in any other program.Are you using any OS-level mouse or keyboard utilities, such as a hotkey mapper?
It happened on all the quest fields too.Does this happen with any other sections of the Dialogue Editor such as editing quests?
[/quote]
Or any other non-Dialogue System text fields?
[/quote]
I'm wondering if it happens on any unity field or just this library, but I can't think of a way to create a multi-line text field in the inspector outside of the library.
0In the Dialogue Editor's Database > Editor Settings, what is the value of the Auto Backup Frequency?
I don't mind answering any questions. I can also send my project to you if you want to see if it happens on your machine.