Bug #5831
closedBug? New Feature?
0%
Description
First of all, thanks for the new release.
On 64 Bit .NET 4.8 - April 26, 2026 UTC I can't select the editbox with Ctrl+Shift, if I type something long and press Shift+Up it selects almost everything and skips the first two letters.
I'm sure there is more about it but that's what I noticed for now.
Thank you.
PA Updated by Per Amundsen 3 days ago · Edited
I know about the ctrl + left/rught, they dont work in single line mode for some reason, i'm working on it.
Shift + up/down was mostly aligned with a non wrapping layout in mind, i'll look into them.
PA Updated by Per Amundsen 2 days ago
- Category set to Interface
- Status changed from New to Resolved
- Assignee set to Per Amundsen
- Regression changed from No to Yes
PA Updated by Per Amundsen 2 days ago
- Status changed from Resolved to Closed
EE Updated by eahm eahm 2 days ago · Edited
Almost fixed, try this:
type something like sdkjghdfkjhgfdk
when you're done typing hold Crtl+Shift+Left = it won't select anything but it only goes to the left.
Shift+Left = it will select the first letter then Crtl+Shift+Left and it will select everything.
BUT
Shift+Up + Shift+Down + Crtl+Shift+Left = will select everything.
PA Updated by Per Amundsen 2 days ago
Seems i broke that, should be fixed now, thanks.