-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.13, 3.11.6, 4.0, 4.3.7, 4.4.3
Encountered behaviour:
1) When adding user notes via modal :
Participants > Select user > With selected users... > Add a new Note:
- when URL text links are added, they appear to correctly save, and then show as clickable live links when the note is viewed;
- however, line breaks are not retained (when reading the note, user sees joined lines separated only by single spaces)
2) On the other hand, when using the Notes > Add / Edit note accessible from a user's profile page (i.e. on a page like .../notes/edit.php?id={user_id} ):
- URL text links when (re-)saved fail to produce clickable links when the note is later viewed;
- line breaks appear to save correctly, and view correctly (multiple lines).
EXPECTED behaviour:
Both note editors should work consistently:
1) URL text links should always save in such a way that clickable links are displayed when the note is viewed;
2) line breaks should be correctly saved - so they do not merge but displays in multiple lines when the note is viewed.
(NOTE: Notes are also viewed and edited in the Mobile app, so any fixes should also be tested in the app.)
- has a non-specific relationship to
-
MDL-78476 Add rich text editor/file support to the site wide notes feature
-
- Waiting for peer review
-