[Webkit-unassigned] [Bug 53564] Make canHaveChildrenForEditing more efficient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 6 13:34:53 PDT 2011


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #82434|review?                     |review+
               Flag|                            |




--- Comment #45 from Eric Seidel <eric at webkit.org>  2011-05-06 13:34:52 PST ---
(From update of attachment 82434)
View in context: https://bugs.webkit.org/attachment.cgi?id=82434&action=review

OK.  I feel like this kinda makes it harder to tell what elements we're white listing... I'm also wondering how people adding new elements are going to get this right.

> Source/WebCore/editing/htmlediting.cpp:76
> +#if !ENABLE(DATAGRID)
> +    if (node->hasTagName(datagridTag))
> +        ignoreContent = true;
>  #endif

I'm confused why this can't use the canContainRangeEndPoint stuff.

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