minor potential bug, unordered nested list becomes ordered

minor potential bug, unordered nested list becomes ordered

by Stefan Nychka -
Number of replies: 3

Hey.

e.g.,

  1. top level, ordered, okay
    • 2nd level, nested, should be undordered, becomes ordered.

The source remains correct:

<ol>
<li>top level, ordered, okay<br />
<ul>
<li>2nd level, nested, should be undordered, becomes ordered.</li>
</ul>
</li>
</ol>

But, the display is incorrect.

I noticed this earlier this year, but it seemed to have rectified itself, somehow ... I unfortunately can't remember which post it was.

Also see http://moodle.org/mod/forum/discuss.php?d=182761#p801245.

Have others noticed this?  Is this already a bug?  If "yes" then "no", I'll create an issue in the tracker later on.

Average of ratings: -
In reply to Stefan Nychka

Re: minor potential bug, unordered nested list becomes ordered

by Steve Singlet -
I, too, see the (unwanted) conversion of nested <ul> lists into <ol> lists.  This display behavior is consistently observed when I put valid HTML nested lists into a web form and select "HTML Format"

Moodle 2.0.1+
In reply to Steve Singlet

Re: minor potential bug, unordered nested list becomes ordered

by Steve Singlet -
Oops! That should read Moodle v2.1.1+

S
In reply to Stefan Nychka

Re: minor potential bug, unordered nested list becomes ordered

by Stefan Nychka -

Hi.  I finally noticed the follow-up.

There is a bug (MDL-29078) already made.  It was created around the same time as my original post.  It's minor, as it should be.  I'll vote for it.