[Webkit-unassigned] [Bug 62621] New: Span ID duplicated when pressing enter at beginning of span

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 13 22:10:59 PDT 2011


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

           Summary: Span ID duplicated when pressing enter at beginning of
                    span
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sullivan at chromium.org
                CC: rniwa at webkit.org


Put the following in a contenteditable div:

<span id="dupe">a</span>

Put the cursor before "a" and press enter. Result:

<span id="dupe"><div><span id="dupe"><br></span></div>a</span>

The id of the span should not be duplicated.

-- 
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