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

When I retrograde a list item, it should not lost the <li> tag but just jump it to the previous level

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • 4.2.0
    • 3.8
    • Inline Editor
    • None

      How to reproduce :

      • create a list with 3 levels like this :
        <ul>
          <li>First level</li>
          <li>first level
            <ul>
              <li>second level
                <ul>
                  <li>thirs level</li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        
      • Then go to the second level and retro grade to the previous level
        > the <li> tag of the item is replaced by 2 <br> tags.
        <ul>
          <li>First level</li>
          <li>first level
            <br><br>second level
            <ul>
              <li>thirs level</li>
            </ul>
          </li>
        </ul>
        

      The <li> of the element should not desapears but only go to the previous <ul> tag.

      This was the inline editor behavior of the 3.7 version of the CMS.

          [CMS-7132] When I retrograde a list item, it should not lost the <li> tag but just jump it to the previous level

          Laure Lopez made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Raphaël Franchet made changes -
          Fix Version/s Original: 4.1.7 [ 14647 ]
          Resolution New: Cannot Reproduce [ 5 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]

          seems ok to me in v4

          Raphaël Franchet added a comment - seems ok to me in v4
          Raphaël Franchet made changes -
          Fix Version/s New: 4.1.7 [ 14647 ]
          Fix Version/s Original: 4.1.6 [ 14629 ]
          Raphaël Franchet made changes -
          Fix Version/s New: 4.1.6 [ 14629 ]
          Fix Version/s Original: 4.1.5 [ 14601 ]
          Cédric Damioli made changes -
          Fix Version/s New: 4.1.5 [ 14601 ]
          Fix Version/s Original: 4.1.4 [ 14581 ]
          Laurence Aumeunier made changes -
          Fix Version/s New: 4.1.4 [ 14581 ]
          Fix Version/s Original: 4.1.3 [ 14549 ]
          Laurence Aumeunier made changes -
          Fix Version/s New: 4.1.3 [ 14549 ]
          Fix Version/s Original: 4.1.2 [ 14535 ]
          Laurence Aumeunier made changes -
          Fix Version/s New: 4.1.2 [ 14535 ]
          Fix Version/s Original: 4.1.1 [ 14481 ]
          Laurence Aumeunier made changes -
          Fix Version/s New: 4.1.1 [ 14481 ]
          Fix Version/s New: 4.2.0 [ 14425 ]
          Fix Version/s Original: 4.1.0 [ 13987 ]

            Unassigned Unassigned
            llopez Laure Lopez
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: