-
New Feature
-
Resolution: Deferred
-
Minor
-
None
-
3.9.17, 3.11.10, 4.0.4
-
MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
The following step will behave different between Chrome and Firefox:
And I type the following text in the "Description" TinyMCE editor:
|
"""
|
This is not important
|
|
"""
|
In Chrome, the newline will be treated as a Paragraph tag
In Firefox it is treated as a Line break.
The i_type function should swap the "\n" character to a W3C ENTER character string: \xEE\x80\x87.
- will be (partly) resolved by
-
MDL-75985 Standardise HTML output when comparing editor values
-
- Closed
-