On a chat page, the "Enter" key does send the message with ajax.
But if you try to send a new message again without refreshing the page it just goes to the next line in the message box and the message is not sent with "Enter" key.
Issue fork private_message-3322900
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #6
artem_sylchukComment #7
rgnyldz commentedNot sure if its relavent with this but after I updated to dev version I get WSOD on thread view page with the below message in logs;
Comment #8
artem_sylchuk@RgnYLDZ please see #3339976: expecting variable (T_VARIABLE) in private_message/src/Form/PrivateMessageForm.php for PHP < 8
However I strongly recommed to switch to php8+.
PHP7 has reached its end of the life already.
Comment #10
robertragas commentedI believe this issue has re-surfaced between beta2 and stable. Since the stable changed this function again for d10 compatibility.