-
Bug
-
Resolution: Fixed
-
Major
-
2.2, 2.5
-
qa.moodle.net
-
MOODLE_22_STABLE, MOODLE_25_STABLE
-
After entering the following HTML source into a Wiki page (in HTML format) the lists are separated in the recorded HTML. I suspect there must be some filtering going on in the Wiki code itself. I believe that TinyMCE is passing on the correct source.
<p>Some text</p>
|
<ol>
|
<li>Bli</li>
|
<li>Bla
|
<ul>
|
<li>Ha</li>
|
<li>Ho</li>
|
</ul>
|
</li>
|
<li>Blu</li>
|
</ol>
|
<p>More text.</p>
|
<ul>
|
<li>Bli</li>
|
<li>Bla
|
<ol>
|
<li>Ha</li>
|
<li>Ho</li>
|
</ol>
|
</li>
|
<li>Blu</li>
|
</ul>
|
<p>More text.</p>
|
- duplicates
-
MDL-30840 HTML Editor incorrectly handles nested lists
- Closed
- Testing discovered
-
MDLQA-1300 CLONE - There is a choice of formats for editing a wiki page
- Passed