[Webkit-unassigned] [Bug 78053] New: Deleting an empty blockquote should keep a placeholder.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 16:10:45 PST 2012


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

           Summary: Deleting an empty blockquote should keep a
                    placeholder.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InChromiumBugs, NeedsRadar
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, enrica at apple.com


Press backspace inside the backspace in the following markup:
<div>hello</div>
<blockquote><br></blockquote>
<div>world</div>

WebKit generates:

<div>hello</div>
<div>world</div>

But it should be:
<div>hello</div>
<br>
<div>world</div>

or its variants instead.

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