hello
hell
I actually lol-ed.
I nodded.
Can you see me all them way from the west coast?
Welcome to the forum.New profile. No problems with this one.
So strange.
Very nice to meet you.Welcome to the forum.
Very nice to meet you.
@Lightcycle . Same
problem.
just hit shift+enter twice followed by this writing and backspace and it erased the line break.
I think I will have to spend 14 days in the GTAM jail.@Brian P is so gonna hate cleaning this one up...
I will just have to use EnterI don't even know where to begin. LOL
I had no idea "shift-enter" was a thing. Trying it now. It screws up. Hitting "shift-enter" then a single character on the next line followed by backspace-deleting that single character not only deletes that single character (correct) but also puts the cursor back to the end of the previous line (incorrect - shouldn't delete the carriage-return as well).
Pressing carriage-return (enter) twice as I have always done, works correctly every time.
Have you guys ever changed your default editor back in the vBulletin days before the board moved to Xenforo?
Glad some others are seeing the issue now.
For those of us who it happens to regularly, it’s beyond infuriating. I touch type pretty fast so corrections happen quickly as part of the flow and then it’s all farked up when the paragraph breaks disappear on me mid type.
It doesn’t happen on mobile FWIW, even though I always use the forum via browser on my iPhone, not the app. Only on my laptop. Which I use as soon as I’m home.
window.addEventListener('keydown', function (event) { if (isEnterShiftPressed(event)[ && isEditor(event)) { event.preventDefault(); event.stopPropagation(); } }, true);