Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-23578

Cannot delete list item that is before a nested list item in webkit

    XMLWordPrintable

Details

    Description

      See the attached video.

      Here's the markup:

      <ul>
          <li>foo</li>
          <li>
              CURSOR IS BLINKING HERE!<br>
              <ul>
                  <li>bar</li>
              </ul>
          </li>
      </ul>
      

      If you press backspace you get this markup:

      <ul>
          <li>foo</li>
          <li>
              <ul>
                  <li>bar</li>
              </ul>
          </li>
      </ul>
      

      Notice how the BR is gone, but the second list item is still there.

      You cannot put the cursor in this list item and its not editable.

      If you save the page, you get a doubling of the bullets next to "bar" - since both the outer list bullet and the nested list bullet are being displayed.

      This works on firefox. It produces the following markup on backspace:

      <ul>
          <li>foo
              CURSOR IS BLINKING HERE!<br>
              <ul>
                  <li>bar</li>
              </ul>
          </li>
      </ul>
      

      Attachments

        1. bullets.m4v
          313 kB
          Bastiaan Jansen

        Issue Links

          Activity

            People

              cdarroch Daz
              bjansen Bastiaan Jansen (Inactive)
              Votes:
              13 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 16.8h
                  16.8h