-
Bug
-
Resolution: Fixed
-
Major
-
3.0.4
-
Any
-
MOODLE_30_STABLE
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MDL-55274-master -
The introduction of blanktarget to mod_chat lib.php has broken beep and use of / commands.
Reason is that format_text call at line 927 of chat_format_message_theme now causes <p> to be added to the front of $text.
This means that substr matches further down can never match, and type of message is never recognised.
I haven't yet investigated how/whether format_text in weblib.php can be fixed to avoid this, but setting blanktarget option to "false" at line 926 of chat_format_message_theme regains beep functionality.
- is a regression caused by
-
MDL-37138 When clicking a URL in chat, it should open in a new window or tab
-
- Closed
-