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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 9 14:50:26 PDT 2010


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





--- Comment #9 from Ryosuke Niwa <rniwa at webkit.org>  2010-10-09 14:50:26 PST ---
(In reply to comment #7)
> (From update of attachment 70325 [details])
> 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?

Done.

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