[Webkit-unassigned] [Bug 42009] indenting a pre inside a table doesn't indent all of the selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 26 13:37:24 PDT 2010


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|indenting a pre inside a    |indenting a pre inside a
                   |table is very broken        |table doesn't indent all of
                   |                            |the selection




--- Comment #2 from Tony Chang <tony at chromium.org>  2010-10-26 13:37:24 PST ---
It no longer duplicates the second line, but the second line doesn't seem to get indented.

The resulting html in the table cell is:

<td><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><pre id="p">line 1</pre></blockquote><pre id="p">line 2</pre></td>

I would expect both <pre> tags to be in the blockquote or separate blockquote elements around each 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