[Webkit-unassigned] [Bug 25316] Outdenting a line inside a blockquote tag does nothing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 12 16:47:38 PDT 2009


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





--- Comment #8 from Ryosuke Niwa <rniwa at google.com>  2009-07-12 16:47:37 PDT ---
(In reply to comment #6)
> (From update of attachment 32601 [details])
> Why is it OK to remove the ! check here?
> -                if (isIndentBlockquote(splitPointParent)
> -                    && !isIndentBlockquote(splitPoint)
> +                if (splitPointParent->hasTagName(blockquoteTag)

Good catch.  I didn't realize that I deleted a line.  Fixed.

> Style:
> +    else
> +        splitElement(static_cast<Element*>(enclosingNode),
> visibleStartOfParagraph.deepEquivalent().node());
> +        // We split the blockquote at where we start outdenting.
> comment would go before the splt, and the whole thing would be in { }

Fixed.

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