[Webkit-unassigned] [Bug 78193] Inserting a paragraph between quoted lines in editing/deleting/delete-4038408-fix.html doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 2 16:32:08 PDT 2012


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





--- Comment #12 from Ryosuke Niwa <rniwa at webkit.org>  2012-04-02 16:32:08 PST ---
(From update of attachment 135161)
View in context: https://bugs.webkit.org/attachment.cgi?id=135161&action=review

> Source/WebCore/editing/ReplaceSelectionCommand.cpp:1007
> +    bool insertMailBlockquote = isMailBlockquote(refNode.get());

What if blockquote had a wrapping element (e.g. div)?

> Source/WebCore/editing/ReplaceSelectionCommand.cpp:1130
> +                    insertParagraphSeparator(true, (!startIsInsideMailBlockquote && insertMailBlockquote));

The outer parenthesis is unnecessary.

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