[Webkit-unassigned] [Bug 71754] New: Indent command can insert block quote in non editable content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 7 17:30:48 PST 2011


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

           Summary: Indent command can insert block quote in non editable
                    content
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: enrica at apple.com


run the attached test case.

EXPECTED

The markup should be 
<body contenteditable>
   <blockquote …>
     <img><img>
   </blockquote>
</body>

ACTUAL

<blockquote …>
     <img><img>
</blockquote>
<body contenteditable></body>

The blockquote is inserted outside the editable content and the original content of the body is moved in non editable area.

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