[Webkit-unassigned] [Bug 68351] [chromium]ClearFocusedNode doesn't clear the cursor or selection in editable div element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 19 10:41:07 PDT 2011


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #107840|review?                     |review-
               Flag|                            |




--- Comment #2 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-09-19 10:41:07 PST ---
(From update of attachment 107840)
View in context: https://bugs.webkit.org/attachment.cgi?id=107840&action=review

> Source/WebKit/chromium/src/WebViewImpl.cpp:1806
> +        || (oldFocusedNode->hasTagName(HTMLNames::divTag)

Any block element can be made content editable.  Checking only for a DIV tag seems a bit too restrictive.

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