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

XMLWordPrintable

      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>
      

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

              Created:
              Updated:
              Resolved:

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