Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-2240

Bulleted lists with styles and indentation

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.1
    • 3.0
    • Inline Editor
    • None

      How to reproduce

      • Connect to the cms
      • Edit an article
      • Add a list
      • Select to affect a style for example arrow
      • Select an item and increase the withdrawal

      Actual behavior

      • The inline editor generates
        <ul class="arrow">
        <li>lorem</li>
        <li>lorem
        <ul class="disc">
        <li>lorem</li>
        </ul>
        </li>
        <li>lorem</li>
        </ul>
        class="disc" instead of class="arrow"

      Expected behavior

      • style arrow is assigned to all levels of lists

            raphael Raphaël Franchet
            lperier Laurence Perier
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: