← Back to team overview

mahara-contributors team mailing list archive

[Bug 869648] A change has been merged

 

Reviewed:  https://reviews.mahara.org/781
Committed: http://gitorious.org/mahara/mahara/commit/73e0e2432a0baf141a979ad1a209d5312c07d2cd
Submitter: Richard Mansfield (richardm@xxxxxxxxxx)
Branch:    master

commit 73e0e2432a0baf141a979ad1a209d5312c07d2cd
Author: Francois Marier <francois@xxxxxxxxxxxxxxx>
Date:   Fri Oct 7 15:38:27 2011 +1300

    Let TinyMCE fix broken lists (bug #869648)
    
    Thanks to Melissa Newman for the fix.
    
    Change-Id: Ied9197dd0e95df388e741af807ef498aeb85a102
    Signed-off-by: Francois Marier <francois@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/869648

Title:
  Nested bullet lists don't work in the html editor

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Nested lists like these:

  <ul>
  <li>one</li>
  <li>two</li>
  <ul>
  <li>2.1</li>
  <li>2.2</li>
  </ul>
  <li>three</li>
  <li>four</li>
  <li>five</li>
  </ul>

  End up with two bullets as in this example:

    https://careerportfolio.mb.ca/view/view.php?id=904

  More details on this forum thread:
  http://mahara.org/interaction/forum/topic.php?id=4069#post18032

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/869648/+subscriptions


References