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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 7 17:55:15 PDT 2010


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




--- Comment #4 from Darin Adler <darin at apple.com>  2010-10-07 17:55:15 PST ---
I don’t immediately know whether it’s OK to change Node::isFocusable like this.

It seems strange to have an inDesignMode special case, since we can also make the entire body of a document be editable with CSS.

It’s not pleasant to have logic this specific inside this basic a function. We have an HTMLBodyElement class, so we could override isFocusable there rather than putting body-specific code into Node.

I’m not sure isFocusable is the right level for this either.

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