Some blank lines removed when typing private message

Status
Not open for further replies.

Maxym

Proud Member
Joined
Feb 14, 2021
Donations
$11.00
Messages
1,255
Points
113
While typing a private messages including multiple paragraphs, while typing, the blank line before the last paragraph automatically disappears...
I think that it stays if I re-add it after typing the text parts.
Not sure what's going on.
 
Update: I just tried to reproduce this bug again and currently it doesn't happen again. I'll update here if I understand more on the circumstances where this happens...
 
Some extra feedback on this: It seems more and more obvious to me that some script must be messing with keyboard output on this forum (not happening on any other place on the Internet...)

Examples:
- I'm writing a reply ... want to copy something from my replying being type (a URL I wanted to re-check)... So I select the text, press CTRL+C ... my full reply is automatically selected and copied to clipboard ... so impossible to copy/paste a single line.
- While typing I try so select the last words I types using SHIFT+LEFT arrow... then selection goes to the previous line, selecting much more text than I wanted.
- While I typing this replay, the forum still ate the blank line (as described in first post).
- And it also ate a line feed the same way.

By the way, if I tell debugger to halt script, it show line
Code:
F.getWhosTyping()
so, I wouldn't surprise if this is related to the issue.
And checking deeper into the code, this seems related to something call "siropu chat" ...
And ... getWhosTyping() is doing weird stuff... (not quite sure what it does actually...)

I tried logging of from the chat, I 'm not actually sure if getWhosTyping() was actually causing the issue, will wait to see if issue persists.
 
Last edited:
This could be caused by the auto-formatting settings in the messaging platform or application you are using. Some messaging platforms remove extra blank lines between paragraphs to improve readability and conserve space.

To check if this is the case, you can try disabling any auto-formatting settings in the messaging platform or application you are using.
 
This could be caused by the auto-formatting settings in the messaging platform or application you are using. Some messaging platforms remove extra blank lines between paragraphs to improve readability and conserve space.

To check if this is the case, you can try disabling any auto-formatting settings in the messaging platform or application you are using.

Huh.... I use Brave browser on desktop, is that what you call a messaging platform?
I don't see any setting about autoformatting.
I mentioned: this happens only on this forum, and if it was happening anywhere else I would have handle the problem long ago or change software ....
 
Status
Not open for further replies.
Back
Top