[Webkit-unassigned] [Bug 39978] spellcheck="false" not respected in designMode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 8 18:09:33 PDT 2010


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





--- Comment #7 from Darin Adler <darin at apple.com>  2010-10-08 18:09:32 PST ---
(From update of attachment 70325)
View in context: https://bugs.webkit.org/attachment.cgi?id=70325&action=review

> WebCore/html/HTMLElement.cpp:635
> +    return this->hasTagName(bodyTag) || (parent() && !parent()->isContentEditable());

Can we put the body-specific code in an override of this function in the HTMLBodyElement class instead of calling hasTagName here?

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