Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.9.2, 3.0
-
None
-
MOODLE_29_STABLE, MOODLE_30_STABLE
-
-
Easy
-
Description
Issue:
User enters text using the text editor in the instruction box to construct a custom message in the login panel.
User deletes all text entered into the instruction box using the text editor using backspace or delete keys.
User expects no message to be displayed in the login panel.
What actually happens is the message "Is this your first time here?" is displayed with no apparent method of removal due to a hidden <br> code remnant which is not visible in text editor mode.
Solution:
Changing to HTML mode shows the <br> remnant. Deleting the remnant while in HTML mode restores the original login panel which then no longer displays the unwanted message.