[Webkit-unassigned] [Bug 57149] New: Ending a list in contentEditable/designMode with enter produces a div

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 26 07:33:19 PDT 2011


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

           Summary: Ending a list in contentEditable/designMode with enter
                    produces a div
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://tinymce.moxiecode.com/safari/end_list_div.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:
Ending a list in contentEditable/designMode with enter produces a div it should produce a BR element like Gecko.

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

Expected result:
<ul><li>X</li></li><br>

Actual result:
<ul><li>X</li></li><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