[Webkit-unassigned] [Bug 57148] Delete table in contentEditable/designMode produces odd contents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 23 12:11:19 PDT 2011


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





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2011-05-23 12:11:20 PST ---
(From update of attachment 94453)
View in context: https://bugs.webkit.org/attachment.cgi?id=94453&action=review

> Source/WebCore/editing/EditingStyle.cpp:727
> +    m_mutableStyle->removeProperty(CSSPropertyWebkitBorderHorizontalSpacing);
> +    m_mutableStyle->removeProperty(CSSPropertyWebkitBorderVerticalSpacing);

It's not clear to me why we'd have to remove these two properties.  Are these two properties only ones that we care about?  It seems like there should be a set of properties we'd need to remove.

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