[Webkit-unassigned] [Bug 57150] New: Deleteing lists in contentEditable/designMode produces DIV element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 26 07:36:43 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57150

           Summary: Deleteing lists in contentEditable/designMode produces
                    DIV element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://tinymce.moxiecode.com/safari/delete_list.htm
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: spam at moxiecode.com


Description:
Deleteing lists in contentEditable/designMode produces DIV element it should produce an empty area or a BR element to place the caret.

Steps to reproduce:
1. Open the attached URL.
2. Place caret behind the X inside editable area below.
3. Press backspace twice.
4. Click the Dump HTML link observe the HTML produced.

Expected results:
An empty editable area or BR element.

Actual results:
<div><br></div>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list