Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.6.5, 3.7.1, 3.8
-
Component/s: Forms Library
-
Testing Instructions:
-
Affected Branches:MOODLE_36_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE
-
Fixed Branches:MOODLE_36_STABLE, MOODLE_37_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-66543-master -
Pull Master Diff URL:
Description
If you enter multi-line text into a textarea and view it in a read-only (frozen) context, the whole text will be displayed as a single line.
Other elements such as element-text apply readonly/disabled flags to the html element and do not just simply output the saved unformatted text.
In the attachment you can see a (hard) frozen Textarea before and after the patch.
Attachments
Issue Links
- is a regression caused by
-
MDL-55417 Update mforms to use bootstrap 4 DOM structures and classes
-
- Closed
-