-
Bug
-
Resolution: Fixed
-
Minor
-
2.1.2
-
qa.moodle.net
-
MOODLE_21_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
The rendering of nested lists is not working as expected.
When a bulleted list is nested inside a numbered list, the bullets become numbers.
<p>Some text</p>
|
<ol>
|
<li>Bli</li>
|
<li>Bla</li>
|
<ul>
|
<li>Ha</li>
|
<li>Ho</li>
|
</ul>
|
<li>Blu</li>
|
</ol>
|
<p>More text.</p>
|
<ul>
|
<li>Bli</li>
|
<li>Bla</li>
|
<ol>
|
<li>Ha</li>
|
<li>Ho</li>
|
</ol>
|
<li>Blu</li>
|
</ul>
|
<p>More text.</p>
|
The same effect can be achieved by creating the lists in the editor or pasting/writing the HTML source.
The source is maintained correctly between edits, so the problem is how the source is being rendered.
- duplicates
-
MDL-30840 HTML Editor incorrectly handles nested lists
- Closed
- has a non-specific relationship to
-
MDL-30505 Cannot nest an unordered list inside an ordered list in a section description or label
- Closed
- is a regression caused by
-
MDL-27692 bullets not numbers in ordered list in topic section in course page view
- Closed
- Testing discovered
-
MDLQA-1300 CLONE - There is a choice of formats for editing a wiki page
- Passed