Describe the bug. Describe what is happening when the bug occurs. Describe what you would normally expect to occur.
Although backspace-to-delete-entire-word may be a feature, it turns on at odd times for me, and I would prefer if it stayed off at all times.
How often does the bug happen (Everytime/sometimes/rarely)? What are the steps that reproduce the bug? Please list them in very high detail. Provide simple example places that exhibit the bug and provide description of what you believe should be the behavior.
The bug seems to happen approximately 80% of the time. I do not know how to activate backspace-to-delete-entire-word. Using sharex of all things turned it off.
Where does the bug happen (www, gametest, etc) Is it level-specific? Is it game specific? Please post a link to the place that exhibits the issue.
It seems to happen irrespective of place.
Would a screenshot or video help describe it to someone? If so, post one.
I will get one when it crops up again.
When did the bug start happening? If we can tie it to a specific release that helps us figure out what we broke.
About 3 months ago? At first I thought that it was active on every place because of some cross between mobile compatibility and unified user experience.
Anything else that you would want to know about the bug if it were your job to find and fix it.
Probably Ctrl didn’t get registered as unpressed. Next time this happens, press/release Ctrl again and it should fix itself. No idea what causes it though – I thought it was because of screenshotting software where I’d press Ctrl and release it once the window was no longer in focus, but just tried to repro and couldn’t.
Every single one of my computers has ghost input on the right control key, and that’s the one I used to activate sharex. Something about the S key activates the ghost input. Roblox seems to be the only program I have that has this issue.
Are you sure you don’t have sticky keys (or any other keyboard crap) that could do this?
I remember having this issue, but IIRC it was only related to my keyboard settings.
(You should be able to see those weird settings show up on your taskbar if they’re active)
This isn’t a bug, but a hardware faulty. I’ve tested that holding alt and pressing backspace will erase one word at a time and holding ctrl will erase whole lines.
Consider checking your alt and ctrl keys(otherwise option and cmd keys for Mac users). Press ALT, not CTRL if it erases one word at a time.
If it still doesn’t work, consider buying new hardware, i.e. keyboard.
This has happened to me on like 3 computers of different manufacturers with and without peripheral keyboards. I’m not holding out for a miracle cure like that.
Hey NWSpacek, I’ve had this problem before. Here are some options.
You can restart your Roblox client
Press Ctrl again to removing whole word removing
Buy new keyboard
See if there are any other keyboard buttons that activates this behavior. For example I know that pressing insert will do some funky stuff in the script editor. See if it it’s something similar to that.
I’m no expert but these were all of the things I tried, I know I did fix it on my PC at one point but I cant exactly remember how I did.
I’ve never had this issue before, besides once. Got ShareX a few days ago, and right after I used it is when it happened. Hadn’t happened since, until again just now when I tried using ShareX again to test. My keys were Ctrl + Shift + PrtScr. As @EchoReaper said, pressing Ctrl again fixes it, as it did both times for me.
This really doesn’t sound like a bug on Roblox’s end.
Edit: Decided to test more. This actually might be fixable. Can’t reproduce on Discord, only in a Roblox game. It seems to be because of the way Roblox doesn’t let go of input when the window isn’t in focus. Same behavior can be reproduced just by clicking off the window while holding Ctrl.
I don’t think I’m comfortable with scripts having a way to access input when the game window isn’t in focus though. This seems like intended behavior if fixing it also means scripts accessing inputs while the window is out of focus.