[Webkit-unassigned] [Bug 47233] New: REGRESSION: Indenting pre duplicates content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 17:41:59 PDT 2010


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

           Summary: REGRESSION: Indenting pre duplicates content
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: tony at chromium.org, enrica at apple.com
            Blocks: 19795


Reproduction steps:
1. Go to http://www.mozilla.org/editor/midasdemo/ and type in the following in HTML source mode:
<pre>
hello
world
</pre>
2. Back to WYSIWYG mode and select all

Expected result:
<blockquote>
<pre>
hello
world
</pre>
</blockquote>

Actual result:
<blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><pre>hello
world
</pre><pre>world
</pre></blockquote><pre>worl<br>d
</pre>

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